Project

General

Profile

« Previous | Next » 

Revision adc2a085

Added by Leszek Koltunski almost 8 years ago

fix in vertex shader

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, 10);
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