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/meshjoin/MeshJoinRenderer.java
129 129
      mScreen.detachAll();
130 130
      mScreen.attach(mTexture,mEffects,mMesh);
131 131

  
132
      DistortedLibrary.setMax(EffectType.VERTEX, 11);
133 132
      VertexEffectSink.enable();
134 133

  
135 134
      DistortedLibrary.onSurfaceCreated(mView.getContext(), this);

Also available in: Unified diff