EnableCameraOrtho

(Difference between revisions)
Jump to: navigation, search
TaeZ (Talk | contribs)
(Created page with "Enable or disable orthographic view. Camera = getCurrentCamera() -- Use orthographic view enableCameraOrtho(Camera, true) -- Use perspective view enableCameraOrtho(Camer...")
Newer edit →

Revision as of 20:44, 13 March 2013

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