GetCameraFov

From MaratisWiki
(Difference between revisions)
Jump to: navigation, search
m
m
 
Line 2: Line 2:
  
 
Get the camera field of view.
 
Get the camera field of view.
 +
 +
{{lua-function-param|object|object to operate on}}
 
   
 
   
 
     Camera = getObject("Camera")
 
     Camera = getObject("Camera")

Latest revision as of 01:05, 9 February 2014

getCameraFov(object)

Get the camera field of view.

  • object : object to operate on
   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]]

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox