Description
Translates the camera target and position by the specified camera space dolly vector. All other camera parameters are left unaffected. The basis of camera space is as follows: positive Y is along the up vector, positive Z is along the eye vector from the camera position to the camera target, and X is the cross product of those two vectors.
Visual Basic
Public Function Dolly( vector As Vector3d ) As void
C#
public void Dolly( Vector3d vector );
Parameters
| Parameters | Description |
|---|---|
| Vector3d vector | Input camera space dolly vector. |