SetCameraNear

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

Revision as of 19:12, 4 February 2014

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

Camera = getCurrentCamera()
setCameraNear(Camera, 1.0)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox