Project

General

Profile

« Previous | Next » 

Revision 89a0d841

Added by Leszek Koltunski almost 8 years ago

Beginnings of support for PostShader effects (SavePNG, SaveMP4)

View differences:

src/main/java/org/distorted/examples/girl/GirlRenderer.java
148 148
    
149 149
    public void onSurfaceChanged(GL10 glUnused, int width, int height) 
150 150
      { 
151
      mGirl.abortAllEffects(Distorted.TYPE_MATR);  
151
      mGirl.abortAllEffects(Distorted.TYPE_PRE);
152 152
      
153 153
      if( bmpHeight/bmpWidth > height/width )
154 154
        {

Also available in: Unified diff