SetCameraFar

(Difference between revisions)
Jump to: navigation, search
(Created page with "Set far clipping plane for the camera. Parts of the objects that are farther than far clipping plane will not be rendered. Camera = getCurrentCamera() setCameraFar(Camera, ...")
 
Line 3: Line 3:
 
  Camera = getCurrentCamera()
 
  Camera = getCurrentCamera()
 
  setCameraFar(Camera, 1024)
 
  setCameraFar(Camera, 1024)
 +
 +
[[Category:Lua scripting]]

Revision as of 19:12, 4 February 2014

Set far clipping plane for the camera. Parts of the objects that are farther than far clipping plane will not be rendered.

Camera = getCurrentCamera()
setCameraFar(Camera, 1024)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox