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/monalisa/MonaLisaRenderer.java
132 132
      bmpHeight = bitmap.getHeight();
133 133
      bmpWidth  = bitmap.getWidth();
134 134
      
135
      monaLisa = new DistortedBitmap(bitmap, 10);
135
      monaLisa = new DistortedBitmap(bitmap, 9);
136 136
      monaLisa.distort( dLeft, pLeft , rLeft );
137 137
      monaLisa.distort(dRight, pRight, rRight);
138 138

  

Also available in: Unified diff