setLensAngle Method

Set the lens angle for this view. @param angle The new lens angle in radians. Must be greater than 0 and less than pi. @note This does not change the view's current field-of-view. Instead, it changes the lens that will be used if the view is subsequently modified and the lens angle is used to position the eyepoint. @note To change the field-of-view (i.e. "zoom") of a view, pass a new viewDelta to #lookAt

setLensAngle(angle: Angle): void

Parameter Type Description
angle Angle  

Defined in

Last Updated: 08 January, 2020