Share

AcGsView::dolly

C++

virtual void dolly(
    const AcGeVector3d & vector
) = 0;

Description

This method 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.

Parameters

Parameters Description
vector Input camera space dolly vector

Links

AcGsView Class

Was this information helpful?