|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimogl.model.AbstractMD2Model
simogl.model.building.MD2Farm
public class MD2Farm
This class represents the md2 model for a farm
Field Summary |
---|
Fields inherited from class simogl.model.AbstractMD2Model |
---|
STAND, WALK |
Constructor Summary | |
---|---|
MD2Farm(float x,
float y,
float z)
Creates a new farm md2 model at the specified location |
Method Summary | |
---|---|
void |
update(long elapsedTime)
Updates a md2 model |
Methods inherited from class simogl.model.AbstractMD2Model |
---|
getCurrentAnim, getCurrentAnimState, setAnimationState |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MD2Farm(float x, float y, float z)
x
- x-coordinatey
- y-coordinatez
- z-coordinateMethod Detail |
---|
public void update(long elapsedTime)
AbstractMD2Model
update
in class AbstractMD2Model
elapsedTime
- time between two frames
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |