Project

General

Profile

« Previous | Next » 

Revision fcb09e1f

Added by Leszek Koltunski almost 4 years ago

- fix Around the World (one effect failed to add)
- add DeferredJob icon

View differences:

src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldRenderer.java
135 135
      mScreen.detachAll();
136 136
      mScreen.attach(mTexture, mEffects, mMesh);
137 137

  
138
      DistortedLibrary.setMax(EffectType.VERTEX  ,12);
138
      DistortedLibrary.setMax(EffectType.VERTEX  ,13);
139 139
      DistortedLibrary.setMax(EffectType.FRAGMENT, 9);
140 140

  
141 141
      VertexEffectScale.enable();

Also available in: Unified diff