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/inflate/InflateRenderer.java
88 88

  
89 89
      mEffects = new DistortedEffects();
90 90
      mEffects.apply( new MatrixEffectScale(mScale));
91
      mEffects.apply( new MatrixEffectQuaternion(quatInt1, center) );
92 91
      mEffects.apply( new MatrixEffectQuaternion(quatInt2, center) );
92
      mEffects.apply( new MatrixEffectQuaternion(quatInt1, center) );
93 93
      mEffects.apply( new FragmentEffectAlpha(mAlpha));
94 94

  
95 95
      mScreen = new DistortedScreen();

Also available in: Unified diff