Project

General

Profile

« Previous | Next » 

Revision a8c3ada7

Added by Leszek Koltunski almost 8 years ago

Improve aborting Effects.

View differences:

src/main/java/org/distorted/examples/quaternion/QuaternionRenderer.java
77 77
    
78 78
    public void onSurfaceChanged(GL10 glUnused, int width, int height) 
79 79
      {
80
      mCube.abortAllEffects(EffectTypes.MATRIX.type);
80
      mCube.abortEffects(EffectTypes.MATRIX);
81 81

  
82 82
      if( width > height )
83 83
        {

Also available in: Unified diff