Project

General

Profile

« Previous | Next » 

Revision 01782e85

Added by Leszek Koltunski almost 7 years ago

Progress with support for Effect classes.

View differences:

src/main/java/org/distorted/examples/dynamic/DynamicRenderer.java
28 28
import android.graphics.Paint.Style;
29 29
import android.opengl.GLSurfaceView;
30 30

  
31
import org.distorted.library.DistortedEffects;
32
import org.distorted.library.DistortedScreen;
33
import org.distorted.library.MeshFlat;
34
import org.distorted.library.DistortedTexture;
35
import org.distorted.library.Distorted;
31
import org.distorted.library.main.DistortedEffects;
32
import org.distorted.library.main.DistortedScreen;
33
import org.distorted.library.main.MeshFlat;
34
import org.distorted.library.main.DistortedTexture;
35
import org.distorted.library.main.Distorted;
36 36

  
37 37
///////////////////////////////////////////////////////////////////////////////////////////////////
38 38

  

Also available in: Unified diff