|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.loaders.models.ac3d.AC3DModelPrototype
public class AC3DModelPrototype
Representation of the AC3D model
| Constructor Summary | |
|---|---|
AC3DModelPrototype(AC3DHeader header)
Constructs a default AC3DModel |
|
| Method Summary | |
|---|---|
void |
addMaterial(AC3DMaterial newMaterial)
Adds an AC3DMaterial to the model |
void |
addObject(AC3DObject object)
Adds an object to the model |
AC3DHeader |
getHeader()
|
AC3DMaterial |
getMaterial(int index)
|
java.util.ArrayList<AC3DMaterial> |
getMaterials()
|
java.util.ArrayList<AC3DObject> |
getObjects()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AC3DModelPrototype(AC3DHeader header)
header - the AC3DHeader to set as this model's header| Method Detail |
|---|
public AC3DHeader getHeader()
public void addObject(AC3DObject object)
object - The AC3DObject to add to this modelpublic java.util.ArrayList<AC3DObject> getObjects()
public void addMaterial(AC3DMaterial newMaterial)
newMaterial - The AC3DMaterial to add to this modelpublic java.util.ArrayList<AC3DMaterial> getMaterials()
public AC3DMaterial getMaterial(int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||