setCameraAutoPos

Turns the camera auto positioning on or off.

Signatures

  •   Paramate.Viewport.setCameraAutoPos( cameraAutoPos )

Details

When automatic camera positioning is turned on, it gets applied whenever the 3d model or the camera changes (e.g. on calling setCamera ).

An automatic camera positioning can be triggered by the autoPosCamera function.

Parameters

cameraAutoPos

'true' enables the camera auto positioning, 'false' disables it.

See also