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/mirror/MirrorRenderer.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.FragmentEffectBrightness;
29 28
import org.distorted.library.effect.MatrixEffectMove;
30 29
import org.distorted.library.effect.MatrixEffectScale;
......
33 32
import org.distorted.library.main.DistortedFramebuffer;
34 33
import org.distorted.library.main.DistortedScreen;
35 34
import org.distorted.library.main.DistortedTexture;
36
import org.distorted.library.main.MeshFlat;
35
import org.distorted.library.mesh.MeshFlat;
37 36
import org.distorted.library.type.Static1D;
38 37
import org.distorted.library.type.Static3D;
39 38

  

Also available in: Unified diff