SetCameraFar

From MaratisWiki
Revision as of 01:08, 9 February 2014 by Dahnielson (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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