XR Blocks APIFunctionsaddOn this pageFunction: add() add(...object): Scene Defined in: src/singletons.ts:56 A shortcut for core.scene.add(). Adds one or more objects to the scene. Parameters object ...Object3D<Object3DEventMap>[] The object(s) to add. Returns Scene See THREE.Object3D.add