|
@@ -196,7 +196,7 @@
|
|
Perspective Projection (object's size on the screen becomes smaller when far away).
|
|
Perspective Projection (object's size on the screen becomes smaller when far away).
|
|
</constant>
|
|
</constant>
|
|
<constant name="PROJECTION_ORTHOGONAL" value="1" enum="Projection">
|
|
<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>
|
|
<constant name="PROJECTION_FRUSTUM" value="2" enum="Projection">
|
|
<constant name="PROJECTION_FRUSTUM" value="2" enum="Projection">
|
|
</constant>
|
|
</constant>
|