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/wind/WindRenderer.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.MatrixEffectMove;
29 28
import org.distorted.library.effect.MatrixEffectRotate;
30 29
import org.distorted.library.effect.MatrixEffectScale;
......
32 31
import org.distorted.library.effect.VertexEffectWave;
33 32
import org.distorted.library.main.Distorted;
34 33
import org.distorted.library.main.DistortedScreen;
35
import org.distorted.library.main.MeshCubes;
34
import org.distorted.library.mesh.MeshCubes;
36 35
import org.distorted.library.main.DistortedEffects;
37 36
import org.distorted.library.main.DistortedTexture;
38 37
import org.distorted.library.type.Static1D;

Also available in: Unified diff