dollyCamera

Approach or retract the camera from the origin point to the enlarge or shrink the visual size of an object. Similar to zooming but changing the camera position instead of the view of angle.

Signatures

  • Paramate.Viewport.dollyCamera(dollyScale, doRedraw = true)

Parameters

dollyScale

Floating point value (> 0.1) that defines the factor the distance between orbit and focus is changed. Value 1.0 is neutral, on smaller values the camera approaches the origin, on larger values it is retracted from it.

doRedraw

Redraw the viewport after changing the camera. Default: true.