Project

General

Profile

« Previous | Next » 

Revision 715e7726

Added by Leszek Koltunski over 5 years ago

Rename MeshObject to MeshBase.

View differences:

src/main/java/org/distorted/library/mesh/MeshFlat.java
29 29
 * Perfect if you just want to display a flat Texture. If you are not planning to apply any VERTEX
30 30
 * effects to it, use MeshFlat(1,1), i.e. a Quad. Otherwise, create more vertices for more realistic effects!
31 31
 */
32
public class MeshFlat extends MeshObject
32
public class MeshFlat extends MeshBase
33 33
  {
34 34
  private int mCols, mRows;
35 35
  private int remainingVert;

Also available in: Unified diff