Project

General

Profile

« Previous | Next » 

Revision ea9b68db

Added by Leszek Koltunski about 4 years ago

Progress with MeshJoin app.
Fix rotating in some apps.

View differences:

src/main/java/org/distorted/examples/flag/FlagRenderer.java
102 102
      Static3D center= new Static3D(0,0,0);
103 103

  
104 104
      effects.apply( new MatrixEffectScale(mScale));
105
      effects.apply( new MatrixEffectQuaternion(mQuat1, center) );
106 105
      effects.apply( new MatrixEffectQuaternion(mQuat2, center) );
106
      effects.apply( new MatrixEffectQuaternion(mQuat1, center) );
107 107

  
108 108
      mScreen = new DistortedScreen();
109 109
      mScreen.attach(mTexture, effects, mesh );

Also available in: Unified diff