SetCameraNear
(Difference between revisions)
(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...") |
Dahnielson (Talk | contribs) |
||
Line 3: | Line 3: | ||
Camera = getCurrentCamera() | Camera = getCurrentCamera() | ||
setCameraNear(Camera, 1.0) | setCameraNear(Camera, 1.0) | ||
+ | |||
+ | [[Category:Lua scripting]] |
Revision as of 18: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)