Project

General

Profile

« Previous | Next » 

Revision ac02465e

Added by Leszek Koltunski almost 8 years ago

minor stuff in layouts

View differences:

src/main/java/org/distorted/examples/vertex3d/Vertex3DRenderer.java
145 145
      {
146 146
      mView = v;
147 147

  
148
      //mObject = new DistortedCubes( Vertex3DActivity.getCols(), Vertex3DActivity.getShape(), SIZE);
149
      mObject = new DistortedBitmap( SIZE, SIZE, 3);
148
      mObject = new DistortedCubes( Vertex3DActivity.getCols(), Vertex3DActivity.getShape(), SIZE);
149
      //mObject = new DistortedBitmap( SIZE, SIZE, 3);
150 150
      mCenter = new DistortedBitmap(SIZE, SIZE, 1);
151 151

  
152 152
      mObjWidth = mObject.getWidth();

Also available in: Unified diff