Project

General

Profile

« Previous | Next » 

Revision 6979a0e0

Added by Leszek Koltunski over 3 years ago

Remove all the calls to DistortedLibrary.setMax() (except for app 'Check', which explictly checks this API)

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  ,13);
139
      DistortedLibrary.setMax(EffectType.FRAGMENT, 9);
140

  
141 138
      VertexEffectScale.enable();
142 139
      VertexEffectDistort.enable();
143 140
      VertexEffectSink.enable();

Also available in: Unified diff