Revision 6777d742
Added by Leszek Koltunski over 6 years ago
src/main/java/org/distorted/examples/movingeffects/MovingEffectsRenderer.java | ||
---|---|---|
28 | 28 |
import android.graphics.Paint.Style; |
29 | 29 |
import android.opengl.GLSurfaceView; |
30 | 30 |
|
31 |
import org.distorted.library.effect.EffectName; |
|
32 | 31 |
import org.distorted.library.effect.FragmentEffectAlpha; |
33 | 32 |
import org.distorted.library.effect.FragmentEffectChroma; |
34 | 33 |
import org.distorted.library.effect.VertexEffectDistort; |
src/main/java/org/distorted/examples/movingeffects/MovingEffectsSurfaceView.java | ||
---|---|---|
39 | 39 |
import org.distorted.library.type.Dynamic3D; |
40 | 40 |
import org.distorted.library.type.Dynamic4D; |
41 | 41 |
import org.distorted.library.type.Static1D; |
42 |
import org.distorted.library.type.Static2D; |
|
43 | 42 |
import org.distorted.library.type.Static3D; |
44 | 43 |
import org.distorted.library.type.Static4D; |
45 | 44 |
|
Also available in: Unified diff
Minor