Project

General

Profile

« Previous | Next » 

Revision f2085b96

Added by Leszek Koltunski over 3 years ago

Rename Meshes.

View differences:

src/main/java/org/distorted/examples/transparency/TransparencyRenderer.java
32 32
import org.distorted.library.main.DistortedNode;
33 33
import org.distorted.library.main.DistortedScreen;
34 34
import org.distorted.library.main.DistortedTexture;
35
import org.distorted.library.mesh.MeshRectangles;
35
import org.distorted.library.mesh.MeshSquare;
36 36
import org.distorted.library.type.Static1D;
37 37
import org.distorted.library.type.Static2D;
38 38
import org.distorted.library.type.Static3D;
......
76 76
      {
77 77
      mView = v;
78 78

  
79
      MeshRectangles mesh = new MeshRectangles(1,1);
79
      MeshSquare mesh = new MeshSquare(1,1);
80 80

  
81 81
      mQuat1 = new Static4D(0,0,0,1);  // unity
82 82
      mQuat2 = new Static4D(0,0,0,1);  // quaternions

Also available in: Unified diff