sm.camera.setSeatLockedLocalUp
Sets the local up vector for the camera when using the seatLockedCamera camera state.
Kind: Function
Environments: Game
Game
sm.camera.setSeatLockedLocalUp( localUp )
Availability: Client only
The up vector is in the seat's local space.
Parameters:
| Name | Type | Description |
|---|---|---|
localUp |
Vec3 | The local up direction. |