EnableCameraOrtho

From MaratisWiki
Revision as of 20:44, 13 March 2013 by TaeZ (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Enable or disable orthographic view.

Camera = getCurrentCamera()
-- Use orthographic view
enableCameraOrtho(Camera, true)
-- Use perspective view
enableCameraOrtho(Camera, false)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox