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/plainmonalisa/RenderThread.java
188 188
      catch(IOException io) {}
189 189
      }
190 190

  
191
    monaLisa = new DistortedBitmap(bmp, 10);
191
    monaLisa = new DistortedBitmap(bmp, 9);
192 192
    monaLisa.distort( dLeft, pLeft , rLeft );
193 193
    monaLisa.distort(dRight, pRight, rRight);
194 194

  

Also available in: Unified diff