Revision 7690aab1
Added by Leszek Koltunski over 5 years ago
| src/main/java/org/distorted/library/main/InternalOutputSurface.java | ||
|---|---|---|
| 734 | 734 |
* |
| 735 | 735 |
* @param fov Vertical 'field of view' of the Projection frustrum (in degrees). |
| 736 | 736 |
* Valid values: 0<=fov<180. FOV==0 means 'parallel projection'. |
| 737 |
* @param near Distance between the screen plane and the near plane. |
|
| 738 |
* Valid vaules: 0<near<1. When near==0 (illegal!), the Near Plane is exactly at the tip of |
|
| 739 |
* the pyramid. When near==1 (illegal!) the near plane is equivalent to the screen plane. |
|
| 737 |
* @param near The Near plane. |
|
| 740 | 738 |
*/ |
| 741 | 739 |
public void setProjection(float fov, float near) |
| 742 | 740 |
{
|
Also available in: Unified diff
Fix the memory test - we need to run one thing on the Graphics thread!