Revision cdcbdbe3
Added by Leszek Koltunski about 7 years ago
| src/main/java/org/distorted/examples/effects3d/Effects3DRenderer.java | ||
|---|---|---|
| 32 | 32 |
import org.distorted.library.effect.MatrixEffectMove; |
| 33 | 33 |
import org.distorted.library.effect.MatrixEffectQuaternion; |
| 34 | 34 |
import org.distorted.library.effect.MatrixEffectScale; |
| 35 |
import org.distorted.library.effect.PostprocessEffectBlur; |
|
| 36 |
import org.distorted.library.effect.PostprocessEffectGlow; |
|
| 35 | 37 |
import org.distorted.library.effect.VertexEffectDeform; |
| 36 | 38 |
import org.distorted.library.effect.VertexEffectDistort; |
| 37 | 39 |
import org.distorted.library.effect.VertexEffectPinch; |
| ... | ... | |
| 301 | 303 |
FragmentEffectContrast.enable(); |
| 302 | 304 |
FragmentEffectSaturation.enable(); |
| 303 | 305 |
|
| 306 |
PostprocessEffectBlur.enable(); |
|
| 307 |
PostprocessEffectGlow.enable(); |
|
| 308 |
|
|
| 304 | 309 |
try |
| 305 | 310 |
{
|
| 306 | 311 |
Distorted.onCreate(mView.getContext()); |
Also available in: Unified diff
Progress with Effects3D app.