SetCameraFar

(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
 +
{{lua-function|setCameraFar|far}}
 +
 
Set far clipping plane for the camera. Parts of the objects that are farther than far clipping plane will not be rendered.
 
Set far clipping plane for the camera. Parts of the objects that are farther than far clipping plane will not be rendered.
  

Revision as of 18:17, 8 February 2014

setCameraFar(far)

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