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/monalisa/MonaLisaRenderer.java
60 60
    
61 61
    public void onSurfaceChanged(GL10 glUnused, int width, int height) 
62 62
      { 
63
      monaLisa.abortAllEffects(Distorted.TYPE_MATR);  
63
      monaLisa.abortAllEffects(Distorted.TYPE_PRE);
64 64
         
65 65
      if( bmpHeight/bmpWidth > height/width )
66 66
        {

Also available in: Unified diff