Project

General

Profile

« Previous | Next » 

Revision 178983f4

Added by Leszek Koltunski over 1 year ago

Remove the requirement that not-postprocessed children in the render scene must be in the first bucket.
Seriously simplify renderChildren().

View differences:

src/main/java/org/distorted/library/effectqueue/EffectQueuePostprocess.java
165 165

  
166 166
  public boolean getRenderDirectly()
167 167
    {
168
    return mNumEffects > 0 && ((PostprocessEffect) mEffects[0]).getRenderDirectly();
168
    return mNumEffects>0 && ((PostprocessEffect) mEffects[0]).getRenderDirectly();
169 169
    }
170 170

  
171 171
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff