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/cubes/CubesRenderer.java
118 118
    
119 119
      Static3D center = new Static3D(mCols*SIZE/2,mRows*SIZE/2, 0);
120 120
      
121
      mCubes.quaternion(center, mQuatInt1);
122
      mCubes.quaternion(center, mQuatInt2);
121
      mCubes.quaternion(mQuatInt1, center);
122
      mCubes.quaternion(mQuatInt2, center);
123 123
       
124 124
      Distorted.onSurfaceChanged(width, height); 
125 125
      }

Also available in: Unified diff