Project

General

Profile

« Previous | Next » 

Revision 984dc935

Added by Leszek Koltunski almost 7 years ago

10% speedup with postprocessing.

View differences:

src/main/java/org/distorted/library/DistortedOutputSurface.java
200 200
          DistortedObject.toDo(); // create the FBOs immediately. This is safe as we must be holding the OpenGL context now.
201 201
          }
202 202

  
203
        int quality = currP.getQuality();
204
        numRenders += child.markStencilAndDraw(time,this,quality);
203
        numRenders += child.markStencilAndDraw(time,this,currP);
205 204

  
206 205
        if( i==num-1 )
207 206
          {

Also available in: Unified diff