|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.auxilum.opengl.importing.milkshape.MilkShapeModel
| Constructor Summary | |
MilkShapeModel(java.lang.String milkshapeAsciiFile,
java.lang.String modelName)
Constructor that takes a MilkShape ASCII file as it's argument |
|
| Method Summary | |
boolean |
getDoRender()
|
Material[] |
getMaterials()
|
int |
getMeshCount()
Returns the number of meshes in this model |
Mesh[] |
getMeshes()
Returns the meshes that this model consists of |
java.lang.String |
getName()
Returns the unique name of this model |
float[] |
getPosition()
|
void |
setDoRender(boolean doRender)
|
void |
setPosition(float[] position)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MilkShapeModel(java.lang.String milkshapeAsciiFile,
java.lang.String modelName)
| Method Detail |
public void setPosition(float[] position)
setPosition in interface Modelpublic float[] getPosition()
getPosition in interface Modelpublic void setDoRender(boolean doRender)
setDoRender in interface Modelpublic boolean getDoRender()
getDoRender in interface Modelpublic java.lang.String getName()
Model
getName in interface Modelpublic int getMeshCount()
public Mesh[] getMeshes()
getMeshes in interface Modelpublic Material[] getMaterials()
getMaterials in interface Model
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||