True once this Component has been destroyed.
Don't use this Component if this is true
.
Protected
dirtyUnique ID of this Component.
Readonly
viewThe View to which this Edges belongs.
Gets if edges are currently applied.
This is true
when View.renderMode is
in Edges.renderModes.
Gets edge transparency for ViewObjects.
A value of 0.0
indicates fully transparent, 1.0
is fully opaque.
Default value is 1.0
.
Sets edge transparency for ViewObjects.
A value of 0.0
indicates fully transparent, 1.0
is fully opaque.
Default value is 1.0
.
Gets RGB edge color for ViewObjects.
Default value is [0.2, 0.2, 0.2]
.
Sets RGB edge color for ViewObjects.
Default value is [0.2, 0.2, 0.2]
.
Gets edge width for ViewObjects.
This is not supported by WebGL implementations based on DirectX [2019].
Default value is 1.0
pixels.
Sets edge width for ViewObjects.
Default value is 1.0
pixels.
Gets which rendering modes in which to show edges on ViewObjects.
The View will show edges whenever View.renderMode has been set one of these values.
Default value is [QualityRender].
Sets which rendering modes in which to show edges on ViewObjects.
The View will show edges whenever View.renderMode has been set one of these values.
Default value is [QualityRender].
Protected
cleanProtected
cleanProtected
errorConfigures this Edges effect.
Protected
logProtected
setGets the current configuration of this Edges effect.
Protected
warnEmits an event when the Component has been destroyed.
Configures edge enhancement effect for a View.
See @xeokit/sdk/viewer for usage info.