Project

General

Profile

« Previous | Next » 

Revision 59bbb86a

Added by Leszek Koltunski almost 8 years ago

- Javadoc for EffectNames
- make Matrix effects consistent with the rest (center of effect as last parameter!)
- bugfix for yesterday's bugfix (we only want to send 'EFFECT_REMOVED' messages if it was really the Application that called 'abortAll' and not when we are cleaning up everything)

View differences:

src/main/java/org/distorted/examples/macroblock/MacroblockRenderer.java
138 138

  
139 139
      macroblock.move(diMove);
140 140
      macroblock.scale(diScale);
141
      macroblock.rotate( new Static3D(bmpWidth/2,bmpHeight/2,0), diRotate, new Static3D(0,0,1) );
141
      macroblock.rotate( diRotate, new Static3D(0,0,1), new Static3D(bmpWidth/2,bmpHeight/2,0) );
142 142

  
143 143
      Distorted.onSurfaceChanged(width, height); 
144 144
      }

Also available in: Unified diff