Revision db581fd8
Added by Leszek Koltunski almost 8 years ago
src/main/java/org/distorted/examples/olimpic/OlimpicRenderer.java | ||
---|---|---|
48 | 48 |
class OlimpicRenderer implements GLSurfaceView.Renderer |
49 | 49 |
{ |
50 | 50 |
private static final int LEAF_SIZE = 100; |
51 |
private static final int NUM_CIRCLES = 5;
|
|
52 |
private static final int NUM_LEAVES = 8;
|
|
51 |
private static final int NUM_CIRCLES = 2;
|
|
52 |
private static final int NUM_LEAVES = 2;
|
|
53 | 53 |
|
54 | 54 |
private GLSurfaceView mView; |
55 | 55 |
private DistortedNode mRoot; |
Also available in: Unified diff
a few lame fixes for the issues uncovered by Olimpic but it is still wrong