|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.loaders.models.collada.datastructs.geometries.MeshDataInfo
public class MeshDataInfo
This is all the data needed to load correctly a mesh from COLLADA. Used in COLLADALoader.
| Field Summary | |
|---|---|
int |
colorOffset
Color data offset. -1 means there is no normal data |
int |
maxOffset
The Maximum offset. |
int |
normalOffset
Normal data offset. -1 means there is no normal data |
int[] |
uvOffsets
UV data offset. null means there is no normal data. |
int |
vertexOffset
Vertex data offset. |
| Constructor Summary | |
|---|---|
MeshDataInfo()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int vertexOffset
public int normalOffset
public int colorOffset
public int[] uvOffsets
public int maxOffset
| Constructor Detail |
|---|
public MeshDataInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||