Project

General

Profile

« Previous | Next » 

Revision c7a31368

Added by Leszek Koltunski about 4 years ago

Further corrections for the first apps.

View differences:

src/main/java/org/distorted/examples/projection/ProjectionRenderer.java
125 125
        bmpCanvas.drawRect(                 0, height*i/NUMLINES-1, width             , height*i/NUMLINES+1, paint);
126 126
        }
127 127

  
128
      mScale.set(width,height,width);  // TODO - width in the third scale??
128
      mScale.set(width,height,width);
129 129

  
130 130
      mTexture.setTexture(bmp);
131 131

  

Also available in: Unified diff