diff options
Diffstat (limited to 'doc/classes/Camera.xml')
-rw-r--r-- | doc/classes/Camera.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Camera.xml b/doc/classes/Camera.xml index 014df2b72a..05858e8bc6 100644 --- a/doc/classes/Camera.xml +++ b/doc/classes/Camera.xml @@ -196,7 +196,7 @@ Perspective Projection (object's size on the screen becomes smaller when far away). </constant> <constant name="PROJECTION_ORTHOGONAL" value="1" enum="Projection"> - Orthogonal Projection (objects remain the same size on the screen no matter how far away they are). + Orthogonal Projection (objects remain the same size on the screen no matter how far away they are; also known as orthographic projection). </constant> <constant name="PROJECTION_FRUSTUM" value="2" enum="Projection"> </constant> |