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/meshfile/MeshFileRenderer.java
131 131
      if( mTexture==null ) mTexture = new DistortedTexture();
132 132

  
133 133
      VertexEffectDisappear.enable();
134

  
135 134
      VertexEffectRotate.enable();
136 135
      VertexEffectDeform.enable();
137 136

  
138
      DistortedLibrary.setMax(EffectType.VERTEX, 16);
139

  
140 137
      DistortedLibrary.onSurfaceCreated(mView.getContext(), this);
141 138
      }
142 139

  

Also available in: Unified diff