Interface RendererTextureSetInternal

Interface through which a SceneTextureSet loads updated texture data into a Viewer's Renderer.

This loads the updated texture data into all the View belonging to the Viewer.

This exists at @xeokit/scene!SceneTextureSet.rendererTextureSet when the SceneModel has been added to a Viewer.

Properties

colorRendererTexture: RendererTexture

Interface through which the color SceneTexture in this set loads content updates into a Viewer's Renderer.

emissiveRendererTexture: RendererTexture

Interface through which the emissive SceneTexture in this set loads content updates into a Viewer's Renderer.

metallicRoughnessRendererTexture: RendererTexture

Interface through which the metallic-roughness SceneTexture in this set loads content updates into a Viewer's Renderer.

occlusionRendererTexture: RendererTexture

Interface through which the ambient occlusion SceneTexture in this set loads content updates into a Viewer's Renderer.