Project

General

Profile

« Previous | Next » 

Revision c7a860f9

Added by Leszek Koltunski almost 8 years ago

Minor stuff - make the Bitmaps and the Cubes agree on the size of the grid, mostly.

View differences:

src/main/java/org/distorted/examples/bean/BeanRenderer.java
143 143
      bmpHeight = bitmap.getHeight();
144 144
      bmpWidth  = bitmap.getWidth();
145 145
      
146
      mBean = new DistortedBitmap(bitmap, 10);     
146
      mBean = new DistortedBitmap(bitmap, 9);
147 147
      mBean.distort(dLeft , pLeft , rLeft );
148 148
      mBean.distort(dRight, pRight, rRight);
149 149
      

Also available in: Unified diff