ViewportInfoDollyCamera Method |
DollyCamera() does not update the frustum's clipping planes.
To update the frustum's clipping planes call DollyFrustum(d)
with d = dollyVector o cameraFrameZ. To convert screen locations
into a dolly vector, use GetDollyCameraVector().
Does not update frustum. To update frustum use DollyFrustum(d) with d = dollyVector o cameraFrameZ.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public bool DollyCamera(
Vector3d dollyVector
)
Public Function DollyCamera (
dollyVector As Vector3d
) As Boolean
Parameters
- dollyVector
- Type: Rhino.GeometryVector3d
dolly vector in world coordinates.
Return Value
Type:
Booleantrue if the operation succeeded; otherwise, false.
See Also