Project

General

Profile

« Previous | Next » 

Revision 40eef4b9

Added by Leszek Koltunski over 7 years ago

Beginnings of split of DistortedObject into two separate classes: DistortedEffectQueues and DistortedTexture.

Still does not compile, but pushing already.

View differences:

src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldRenderer.java
122 122
      mObjWidth = bitmap.getWidth();
123 123
      mObjHeight= bitmap.getHeight();
124 124

  
125
      mObject = new DistortedObject(mObjWidth,mObjHeight,1);
125
      mObject = new DistortedObject(mObjWidth,mObjHeight,0);
126 126
      mObject.setTexture(bitmap);
127 127
      mEffects.apply(mObject);
128 128

  

Also available in: Unified diff