Project

General

Profile

« Previous | Next » 

Revision 10b7e588

Added by Leszek Koltunski over 7 years ago

Rename various classes; fix a bug in Around the World.

View differences:

src/main/java/org/distorted/examples/wind/WindRenderer.java
26 26

  
27 27
import org.distorted.examples.R;
28 28
import org.distorted.library.Distorted;
29
import org.distorted.library.DistortedCubesGrid;
29
import org.distorted.library.GridCubes;
30 30
import org.distorted.library.DistortedObject;
31 31
import org.distorted.library.type.Static1D;
32 32
import org.distorted.library.type.Static3D;
......
43 43
{
44 44
   private GLSurfaceView mView;
45 45
   private DistortedObject mObject;
46
   private DistortedCubesGrid mGrid;
46
   private GridCubes mGrid;
47 47
   private WindEffectsManager mEffects;
48 48
   private int mObjWidth, mObjHeight;
49 49
   private int mWind;
......
54 54
      { 
55 55
      mView = view;
56 56

  
57
      mGrid    = new DistortedCubesGrid(50,30,false);
57
      mGrid    = new GridCubes(50,30,false);
58 58
      mObject  = new DistortedObject(50,30,1);
59 59
      mEffects = new WindEffectsManager(mObject);
60 60

  

Also available in: Unified diff