public class DetailPolyMesh
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected float[] |
DistPtTriV0 |
protected float[] |
DistPtTriV1 |
protected float[] |
DistPtTriV2 |
static int |
Hull |
long[] |
Meshes |
int |
NMeshes |
int |
NTris |
int |
NVerts |
short[] |
Tris |
static int |
Undef |
static int |
UnsetHeight |
float[] |
Verts |
Constructor and Description |
---|
DetailPolyMesh(PolyMesh mesh,
CompactHeightfield chf,
float sampleDist,
float sampleMaxError) |
public long[] Meshes
public float[] Verts
public short[] Tris
public int NMeshes
public int NVerts
public int NTris
public static int UnsetHeight
public static int Undef
public static int Hull
protected float[] DistPtTriV0
protected float[] DistPtTriV1
protected float[] DistPtTriV2
public DetailPolyMesh(PolyMesh mesh, CompactHeightfield chf, float sampleDist, float sampleMaxError)