Revision b3d6aff5
Added by Leszek Koltunski over 2 years ago
src/main/java/org/distorted/bandaged/BandagedCreatorRenderer.java | ||
---|---|---|
30 | 30 |
import org.distorted.dialogs.RubikDialogBandagedSave; |
31 | 31 |
import org.distorted.library.effect.EffectType; |
32 | 32 |
import org.distorted.library.effect.PostprocessEffectBorder; |
33 |
import org.distorted.library.effect.VertexEffectDeform; |
|
33 | 34 |
import org.distorted.library.main.DistortedEffects; |
34 | 35 |
import org.distorted.library.main.DistortedFramebuffer; |
35 | 36 |
import org.distorted.library.main.DistortedLibrary; |
... | ... | |
279 | 280 |
DistortedLibrary.setMax(EffectType.VERTEX,25); |
280 | 281 |
MeshBase.setMaxEffComponents(50); |
281 | 282 |
|
283 |
VertexEffectDeform.enable(); |
|
284 |
|
|
282 | 285 |
DistortedLibrary.onSurfaceCreated(mView.getContext(),this,1); |
283 | 286 |
DistortedLibrary.setCull(true); |
284 | 287 |
} |
Also available in: Unified diff
More fixes for the Creator.