Interface RendererModelInternal

Internal interface through which a SceneModel can load content updates into a Viewer's Renderer.

While a Scene is attached to a Viewer, an instance of this class is set on SceneModel.rendererModel of each of the Scene's SceneModels.

interface RendererModel {
    rendererObjects: { [key: string]: RendererObject };
}

Properties

Properties

rendererObjects: { [key: string]: RendererObject }

Interfaces through which ViewObjects control the appearance of their SceneObjects in a Viewer.