Project

General

Profile

« Previous | Next » 

Revision 3f7a4363

Added by Leszek Koltunski over 2 years ago

Remove all files that have been separated into a new library 'objectlib'

View differences:

src/main/java/org/distorted/tutorials/TutorialRenderer.java
19 19

  
20 20
package org.distorted.tutorials;
21 21

  
22
import javax.microedition.khronos.egl.EGLConfig;
23
import javax.microedition.khronos.opengles.GL10;
24

  
22 25
import android.opengl.GLSurfaceView;
23 26

  
24
import org.distorted.effects.BaseEffect;
25 27
import org.distorted.library.effect.EffectType;
26 28
import org.distorted.library.effect.VertexEffectQuaternion;
27 29
import org.distorted.library.effect.VertexEffectRotate;
28 30
import org.distorted.library.main.DistortedLibrary;
29 31
import org.distorted.library.main.DistortedScreen;
30 32

  
31
import javax.microedition.khronos.egl.EGLConfig;
32
import javax.microedition.khronos.opengles.GL10;
33
import org.distorted.effects.BaseEffect;
33 34

  
34 35
///////////////////////////////////////////////////////////////////////////////////////////////////
35 36

  

Also available in: Unified diff