Project

General

Profile

« Previous | Next » 

Revision 7182dafd

Added by Leszek Koltunski over 7 years ago

Bugfix

View differences:

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