Methods
add
- add(scene: Scene | Object3D<Object3DEventMap>): any
Parameters
- scene: Scene | Object3D<Object3DEventMap>
Returns any
notifySceneUpdate
- notifySceneUpdate(): any
Returns any
remove
- remove(scene: Scene): any
Returns any
updateBox
- updateBox(box: Box3): any
Returns any
Interface for a renderer object, providing methods to add and remove objects from a scene, update bounding boxes, and notify scene updates.