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.
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
cleanForces this component to action any deferred state updates.
Protected
cleanGives this component an opportunity to action any defered state updates.
Protected
errorProtected
Logs an error for this component to the JavaScript console.
The console message will have this format: [ERROR] [<component type> =<component id>: <message>
The error message to log
Protected
logProtected
Logs a message for this component.
The message will have this format: [LOG] [<component type> <component id>: <message>
The message to log
Protected
setFlags this component as having a defered state updates it needs to perform.
Gets the current configuration of this Edges effect.
Protected
warnProtected
Logs a warning for this component to the JavaScript console.
The console message will have this format: [WARN] [<component type> =<component id>: <message>
The warning message to log
Emits an event when the Component has been destroyed.
Configures edge enhancement effect for a View.
See @xeokit/sdk/viewer for usage info.