Revision adc2a085
Added by Leszek Koltunski over 8 years ago
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
fix in vertex shader