SetCameraFov

(Difference between revisions)
Jump to: navigation, search
Vegas (Talk | contribs)
(Created page with "Change the camera field of view. Example, Press Up & Down to change the Camera Field of view : Camera = getObject("Camera") -- Scene update function onSceneUpda...")
Newer edit →

Revision as of 02:47, 11 April 2012

Change the camera field of view.

Example, Press Up & Down to change the Camera Field of view :

   Camera = getObject("Camera")
   -- Scene update
   function onSceneUpdate()
       cFOV = getCameraFov(Camera)
       if isKeyPressed("DOWN") then setCameraFov(Camera, cFOV+0.5) end	 	
       if isKeyPressed("UP") then setCameraFov(Camera, cFOV-0.5) end	 		
   end
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox