public class SymbolicPolygonMesh
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int[][] |
faces
The faces.
|
int[] |
faceSmoothingGroups
The face smoothing groups.
|
SymbolicPointArray |
points
The points.
|
float[] |
texCoords
The tex coords.
|
| Constructor and Description |
|---|
SymbolicPolygonMesh(PolygonMesh mesh)
Instantiates a new symbolic polygon mesh.
|
SymbolicPolygonMesh(SymbolicPointArray points,
float[] texCoords,
int[][] faces,
int[] faceSmoothingGroups)
Instantiates a new symbolic polygon mesh.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNumEdgesInFaces()
Gets the num edges in faces.
|
public SymbolicPointArray points
public float[] texCoords
public int[][] faces
public int[] faceSmoothingGroups
public SymbolicPolygonMesh(SymbolicPointArray points, float[] texCoords, int[][] faces, int[] faceSmoothingGroups)
points - the pointstexCoords - the tex coordsfaces - the facesfaceSmoothingGroups - the face smoothing groupspublic SymbolicPolygonMesh(PolygonMesh mesh)
mesh - the mesh