SetCameraFar

From MaratisWiki
Jump to: navigation, search

setCameraFar(object, far)

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

  • object : object to operate on
  • far : far plane
Camera = getCurrentCamera()
setCameraFar(Camera, 1024)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox