class MeshVertex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
fIdx |
(package private) static int |
IDX_SET_SMOOTH |
(package private) static int |
IDX_UNDEFINED |
(package private) static int |
IDX_UNITE |
(package private) int |
index |
(package private) MeshVertex |
next |
(package private) Vec3f[] |
norm |
(package private) int |
pVert |
(package private) int |
smGroup |
(package private) int |
tVert |
Constructor and Description |
---|
MeshVertex() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
avgSmNormals(MeshVertex v) |
(package private) static void |
correctSmNormals(MeshVertex n) |
(package private) static void |
dumpInfo(MeshVertex v) |
(package private) static void |
mergeSmIndexes(MeshVertex n) |
(package private) static boolean |
okToWeldVertsTB(MeshVertex a,
MeshVertex b) |
(package private) static int |
processVertices(MeshVertex[] pVerts,
int nVertex,
boolean allHardEdges,
boolean allSameSmoothing) |
java.lang.String |
toString() |
(package private) static int |
weldWithTB(MeshVertex v,
int index) |
int smGroup
int pVert
int tVert
int fIdx
int index
Vec3f[] norm
MeshVertex next
static final int IDX_UNDEFINED
static final int IDX_SET_SMOOTH
static final int IDX_UNITE
static void avgSmNormals(MeshVertex v)
static boolean okToWeldVertsTB(MeshVertex a, MeshVertex b)
static int weldWithTB(MeshVertex v, int index)
static void mergeSmIndexes(MeshVertex n)
static void correctSmNormals(MeshVertex n)
static int processVertices(MeshVertex[] pVerts, int nVertex, boolean allHardEdges, boolean allSameSmoothing)
public java.lang.String toString()
toString
in class java.lang.Object
static void dumpInfo(MeshVertex v)