ARScene
class ARScene
A dedicated scene for WebXR-based AR session
Methods
showModel
Make this scene visible
Returns: void
hideModel
Make this scene invisible
Returns: void
add
Add AR-exclusive object
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
...objects | THREE.Object3D[] |
remove
Remove objects from scene
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
...objects | THREE.Object3D[] |