IsCameraOrtho
From MaratisWiki
Revision as of 17:15, 8 February 2014 by Dahnielson (Talk | contribs)
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.