IsCameraOrtho

(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
 +
{{lua-function|isCameraOrtho|object|}}
 +
 
Check if camera is orthographic.
 
Check if camera is orthographic.
  

Revision as of 18:15, 8 February 2014

isCameraOrtho(object)

Check if camera is orthographic.

Camera = getCurrentCamera()
if isCameraOrtho(Camera) then
    -- Camera is orthographic
else
    -- Camera is perspective
end

To enable or disable orthographic view use enableCameraOrtho.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox