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/CubesActivity.java
19 19

  
20 20
package org.distorted.examples.cubes;
21 21

  
22
import org.distorted.library.Distorted;
22
import org.distorted.library.main.Distorted;
23 23
import org.distorted.examples.R;
24
import org.distorted.library.DistortedTexture;
25
import org.distorted.library.MeshObject;
26
import org.distorted.library.MeshCubes;
24
import org.distorted.library.main.DistortedTexture;
25
import org.distorted.library.main.MeshObject;
26
import org.distorted.library.main.MeshCubes;
27 27

  
28 28
import android.app.Activity;
29 29
import android.opengl.GLSurfaceView;

Also available in: Unified diff