EnableCameraOrtho

From MaratisWiki
Revision as of 20:46, 13 March 2013 by TaeZ (Talk | contribs)
Jump to: navigation, search

Enable or disable orthographic view.

Camera = getCurrentCamera()
-- Use orthographic view
enableCameraOrtho(Camera, true)
-- Use perspective view
enableCameraOrtho(Camera, false)

To check if camera is orthographic use isCameraOrtho.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox