RecordedCamera
A camera that is moving along a predetermined path.
Target: Sofa.Component.Visual
namespace: sofa::component::visual
parents:
- BaseCamera
Data
Name | Description | Default value |
---|---|---|
name | object name | unnamed |
printLog | if true, emits extra messages at runtime. | 0 |
tags | list of the subsets the object belongs to | |
bbox | this object bounding box | |
componentState | The state of the component among (Dirty, Valid, Undefined, Loading, Invalid). | Undefined |
listening | if true, handle the events, otherwise ignore the events | 0 |
position | Camera's position | |
orientation | Camera's orientation | |
lookAt | Camera's look at | |
distance | Distance between camera and look at | |
fieldOfView | Camera's FOV | 45 |
zNear | Camera's zNear | 0.01 |
zFar | Camera's zFar | 100 |
computeZClip | Compute Z clip planes (Near and Far) according to the bounding box | 1 |
minBBox | minBBox | 0 0 0 |
maxBBox | maxBBox | 1 1 1 |
widthViewport | widthViewport | 800 |
heightViewport | heightViewport | 600 |
projectionType | Camera Type (0 = Perspective, 1 = Orthographic) | |
activated | Camera activated ? | 1 |
fixedLookAt | keep the lookAt point always fixed | 0 |
modelViewMatrix | ModelView Matrix | |
projectionMatrix | Projection Matrix | |
zoomSpeed | Zoom Speed | 250 |
panSpeed | Pan Speed | 0.1 |
pivot | Pivot (0 => Scene center, 1 => World Center | 0 |
startTime | Time when the camera moves will start | 0 |
endTime | Time when the camera moves will end (or loop) | 200 |
rotationMode | If true, rotation will be performed | 0 |
translationMode | If true, translation will be performed | 0 |
navigationMode | If true, navigation will be performed | 0 |
rotationSpeed | rotation Speed | 0.1 |
rotationCenter | Rotation center coordinates | |
rotationStartPoint | Rotation start position coordinates | |
rotationLookAt | Position to be focused during rotation | |
rotationAxis | Rotation axis | 0 1 0 |
cameraUp | Camera Up axis | 0 0 0 |
cameraPositions | Intermediate camera's positions | |
cameraOrientations | Intermediate camera's orientations | |
Visualization | ||
drawRotation | If true, will draw the rotation path | 0 |
drawTranslation | If true, will draw the translation path | 0 |
Links
Name | Description | Destination type name |
---|---|---|
context | Graph Node containing this object (or BaseContext::getDefault() if no graph is used) | BaseContext |
slaves | Sub-objects used internally by this object | BaseObject |
master | nullptr for regular objects, or master object for which this object is one sub-objects | BaseObject |