Class ColladaInputPipe
java.lang.Object
com.ardor3d.extension.model.collada.jdom.ColladaInputPipe
The purpose of this class is to tie a source and accessor together to pull out data.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getSet()
com.ardor3d.extension.model.collada.jdom.ColladaInputPipe.SourceData
getType()
void
setTexCoord
(int texCoord) void
setupBuffer
(int numEntries, MeshData meshData, DataCache cache)
-
Constructor Details
-
ColladaInputPipe
-
-
Method Details
-
getOffset
public int getOffset() -
getSet
public int getSet() -
getType
-
getSourceData
public com.ardor3d.extension.model.collada.jdom.ColladaInputPipe.SourceData getSourceData() -
setupBuffer
-
setTexCoord
public void setTexCoord(int texCoord)
-