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/singlemesh/SingleMeshRenderer.java
182 182
      mScreen.detachAll();
183 183
      mScreen.attach(mTexture,mEffects,mMesh);
184 184

  
185
      DistortedLibrary.setMax(EffectType.VERTEX, 15);
186 185
      VertexEffectRotate.enable();
187 186

  
188 187
      DistortedLibrary.onSurfaceCreated(mView.getContext(), this);

Also available in: Unified diff