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/cubes/CubesRenderer.java
27 27

  
28 28
import org.distorted.examples.R;
29 29

  
30
import org.distorted.library.DistortedEffects;
31
import org.distorted.library.DistortedScreen;
32
import org.distorted.library.DistortedTexture;
33
import org.distorted.library.MeshObject;
30
import org.distorted.library.main.DistortedEffects;
31
import org.distorted.library.main.DistortedScreen;
32
import org.distorted.library.main.DistortedTexture;
33
import org.distorted.library.main.MeshObject;
34 34
import org.distorted.library.EffectTypes;
35 35
import org.distorted.library.type.DynamicQuat;
36 36
import org.distorted.library.type.Static4D;
37 37
import org.distorted.library.type.Static3D;
38
import org.distorted.library.Distorted;
38
import org.distorted.library.main.Distorted;
39 39

  
40 40
import android.graphics.Bitmap;
41 41
import android.graphics.BitmapFactory;
42
import android.opengl.GLES30;
43 42
import android.opengl.GLSurfaceView;
44 43

  
45 44
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff