Revision 2b9a8da5
Added by Leszek Koltunski over 2 years ago
src/main/java/org/distorted/bandaged/BandagedCreatorRenderer.java | ||
---|---|---|
276 | 276 |
@Override |
277 | 277 |
public void onSurfaceCreated(GL10 glUnused, EGLConfig config) |
278 | 278 |
{ |
279 |
DistortedLibrary.setMax(EffectType.VERTEX,10);
|
|
279 |
DistortedLibrary.setMax(EffectType.VERTEX,25);
|
|
280 | 280 |
MeshBase.setMaxEffComponents(50); |
281 | 281 |
|
282 | 282 |
DistortedLibrary.onSurfaceCreated(mView.getContext(),this,1); |
Also available in: Unified diff
Lift a limitation in FactoryCubit: only max 32 faced cubits could be created.