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/sink/SinkRenderer.java
54 54
    
55 55
    public void onSurfaceChanged(GL10 glUnused, int width, int height) 
56 56
      { 
57
      sinkBmp.abortAllEffects(Distorted.TYPE_MATR);   
57
      sinkBmp.abortAllEffects(Distorted.TYPE_PRE);
58 58
         
59 59
      if( bmpHeight/bmpWidth > height/width )
60 60
        {

Also available in: Unified diff