Revision 1c1df934
Added by Leszek Koltunski almost 7 years ago
| src/main/java/org/distorted/examples/earth/EarthRenderer.java | ||
|---|---|---|
| 68 | 68 |
private static final int SIZE = 500; |
| 69 | 69 |
private static final int RADIUS_V= SIZE/ 8; |
| 70 | 70 |
private static final int RADIUS_F= SIZE/15; |
| 71 |
private static final int LEVEL = 32;
|
|
| 71 |
private static final int LEVEL = 40;
|
|
| 72 | 72 |
private static final float FOV = 30.0f; |
| 73 | 73 |
private static final float NEAR = 0.1f; |
| 74 | 74 |
private static final int MAX_EFF = 20; |
Also available in: Unified diff
Correct Distort.