Revision 7182dafd
Added by Leszek Koltunski about 8 years ago
src/main/java/org/distorted/examples/dynamic/DynamicSurfaceView.java | ||
---|---|---|
44 | 44 |
public static final int DIM_3DXY = 2; |
45 | 45 |
public static final int DIM_3DXZ = 3; |
46 | 46 |
|
47 |
private static final int NUM_POINTS = 250;
|
|
47 |
private static final int NUM_POINTS = 500;
|
|
48 | 48 |
private static final int MAX_POINTS = 6; |
49 | 49 |
|
50 | 50 |
private static final Object lock = new Object(); |
Also available in: Unified diff
Bugfix