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