You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
virtualvoidzoomCamera( Real finalZoom, Int milliseconds, Real easeIn, Real easeOut );
208
209
virtualvoidpitchCamera( Real finalPitch, Int milliseconds, Real easeIn, Real easeOut );
209
210
210
211
virtualvoidsetHeightAboveGround(Real z);
211
212
virtualvoidsetZoom(Real z);
212
-
virtualvoidsetZoomToDefault(); ///< Set zoom to default value
213
+
virtualvoidsetZoomToMax();
214
+
virtualvoidsetZoomToDefault(); ///< Set zoom to default value - TheSuperHackers @info This function resets the camera so will cause scripted cameras to halt
213
215
214
216
virtualvoidsetFieldOfView( Real angle ); ///< Set the horizontal field of view angle
0 commit comments