Project

General

Profile

« Previous | Next » 

Revision 107e4b72

Added by Leszek Koltunski over 5 years ago

Fully move the Meshes to their own package.

View differences:

src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldRenderer.java
24 24
import android.opengl.GLSurfaceView;
25 25

  
26 26
import org.distorted.examples.R;
27
import org.distorted.library.effect.EffectName;
28 27
import org.distorted.library.effect.EffectType;
29 28
import org.distorted.library.effect.FragmentEffectChroma;
30 29
import org.distorted.library.effect.FragmentEffectContrast;
......
37 36
import org.distorted.library.main.Distorted;
38 37
import org.distorted.library.main.DistortedEffects;
39 38
import org.distorted.library.main.DistortedScreen;
40
import org.distorted.library.main.MeshFlat;
39
import org.distorted.library.mesh.MeshFlat;
41 40
import org.distorted.library.main.DistortedTexture;
42 41
import org.distorted.library.type.Static3D;
43 42

  

Also available in: Unified diff