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/differentbitmaps/DifferentBitmapsRenderer.java
92 92
      {  
93 93
      for(int i=NUM-1; i>=0; i--) 
94 94
        {   
95
        bmp[i].abortAllEffects(Distorted.TYPE_MATR);  
95
        bmp[i].abortAllEffects(Distorted.TYPE_PRE);
96 96
        }
97 97
      
98 98
      if( bmpHeight/(NUM*bmpWidth) > height/width )

Also available in: Unified diff