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].
Configures whether a View shows textures on its ViewObjects.
See @xeokit/sdk/viewer for usage info.