GetCameraFov
(Difference between revisions)
Vegas (Talk | contribs)
(Created page with "Get the camera field of view. Camera = getObject("Camera") -- Scene update function onSceneUpdate() cFOV = getCameraFov(Camera) -- you can rename cFOV to...")
Newer edit →
(Created page with "Get the camera field of view. Camera = getObject("Camera") -- Scene update function onSceneUpdate() cFOV = getCameraFov(Camera) -- you can rename cFOV to...")
Newer edit →
Revision as of 01:49, 11 April 2012
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]]