How to change the Camera controller type?
The camera controller type can either be:
none
: the camera doesn't move.editor
: the camera moves in the 3D world editor.orbit
: the camera rotates around an orbit point.
Livelink.js Reference
https://docs.3dverse.com/sdk/SDK3DVerse.html#cameraControllerType
Start a session with a camera controller
1
2
3
4
5
6
7
8
Set the camera controller type during a session
1
2