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/quaternion/QuaternionRenderer.java
110 110
      mCube.scale(factor);
111 111
      }
112 112
     
113
    mCube.quaternion( new Static3D(3*SIZE/2,3*SIZE/2,0), mRot);
113
    mCube.quaternion( mRot, new Static3D(3*SIZE/2,3*SIZE/2,0) );
114 114
       
115 115
    Distorted.onSurfaceChanged(width, height); 
116 116
    }

Also available in: Unified diff