Project

General

Profile

« Previous | Next » 

Revision 8fca4a82

Added by Leszek Koltunski about 5 years ago

Move all Program-related stuff to Distorted. Now the DistortedEffects class is very simple.

View differences:

src/main/java/org/distorted/examples/listener/ListenerRenderer.java
178 178

  
179 179
     // one more than we have bubbles at any given time because it can sometimes
180 180
     // happen that the old bubble is not yet removed when we add a new one
181
     DistortedEffects.setMax(EffectType.VERTEX,NUM_BUBBLES+1);
181
     Distorted.setMax(EffectType.VERTEX,NUM_BUBBLES+1);
182 182
     VertexEffectDistort.enable();
183 183

  
184 184
     try

Also available in: Unified diff