public class Grid extends Mesh
| Constructor and Description |
|---|
Grid(int xCount,
int yCount)
Generates the Grid Mesh
|
Grid(int xCount,
int yCount,
float lineSeparation)
Generates the Grid Mesh
|
| Modifier and Type | Method and Description |
|---|---|
void |
generate(int xCount,
int yCount,
float lineSeparation)
Generates the Grid Mesh
|
calcNormals, getBoundingBox, getVertexCount, setBoundingBox, setData, setMode, setVertices, setVertices, updateBoundspublic Grid(int xCount,
int yCount)
xCount - Lines on XyCount - Lines on Ypublic Grid(int xCount,
int yCount,
float lineSeparation)
xCount - Lines on XyCount - Lines on YlineSeparation - Distance between linesCopyright © 2014. All rights reserved.