Interface RendererMeshInternal

Interface through which a SceneMesh loads attribute updates into a Viewer's Renderer.

This exists at each SceneMesh.rendererMesh when the containing SceneModel has been added to a Viewer.

interface RendererMesh {
    setColor(color): void;
    setMatrix(matrix): void;
}

Methods