captureCameraPose
function
- Kind
- function
- Source
- src/rendering/CameraTransitionController.js:171
Description
Capture a renderer camera into a serializable pose object.
Signature
Parameters
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
camera | Object | Camera object owned by the active renderer. |
Returns
Pose snapshot, or null when no camera is supplied.
Object|null