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/bean/BeanRenderer.java
83 83
    
84 84
    public void onSurfaceChanged(GL10 glUnused, int width, int height) 
85 85
      { 
86
      mBean.abortAllEffects(Distorted.TYPE_MATR);  
86
      mBean.abortAllEffects(Distorted.TYPE_PRE);
87 87
         
88 88
      if( bmpHeight/bmpWidth > height/width )
89 89
        {

Also available in: Unified diff