GetCameraFov
From MaratisWiki
Revision as of 18:40, 4 February 2014 by Dahnielson (Talk | contribs)
Get the camera field of view.
Camera = getObject("Camera") -- Scene update function onSceneUpdate() cFOV = getCameraFov(Camera) -- you can rename cFOV to whatever you like end
Advanced use in setCameraFov over here : [[1]]