True once this Component has been destroyed.
Don't use this Component if this is true.
ProtecteddirtyUnique ID of this Component.
ReadonlyviewThe View to which this Texturing belongs.
Gets if textures are currently applied.
This is true when Texturing.enabled is true
and View.renderMode is
in Texturing.renderModes.
Gets if textures on ViewObjects are visible.
Default is true.
Gets which rendering modes in which to render textures.
Accepted modes are constants!QualityRender and constants!FastRender.
Default value is [constants!QualityRender].
Sets which rendering modes in which to render textures.
Accepted modes are constants!QualityRender and constants!FastRender.
Default value is [constants!QualityRender].
ProtectedcleanForces this component to action any deferred state updates.
ProtectedcleanGives this component an opportunity to action any defered state updates.
ProtectederrorProtectedLogs 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
ProtectedlogProtectedLogs a message for this component.
The message will have this format: [LOG] [<component type> <component id>: <message>
The message to log
ProtectedsetFlags this component as having a defered state updates it needs to perform.
ProtectedwarnProtectedLogs 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 whether a View shows textures on its ViewObjects.
See @xeokit/sdk/viewer for usage info.