CanvasCamera ObjectThe CanvasCamera object represents the 3D Canvas Animation Camera.
Gets the Animation Camera's field of view. Syntax object.GetFieldOfView() As Variant Sets the Animation Camera's field of view. Syntax object.SetFieldOfView(FieldOFView As Variant) Remarks Must be greater than zero. |