|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsimogl.model.AbstractMD2Model
simogl.model.character.MD2Farmer
public class MD2Farmer
This class represents the md2 model for a farmer
| Field Summary |
|---|
| Fields inherited from class simogl.model.AbstractMD2Model |
|---|
STAND, WALK |
| Constructor Summary | |
|---|---|
MD2Farmer(float x,
float y,
float z)
Creates a new farmer md2 model object 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 MD2Farmer(float x,
float y,
float z)
x - x-coordinatey - y-coordinatez - z-coordinate| Method Detail |
|---|
public void update(long elapsedTime)
AbstractMD2Model
update in class AbstractMD2ModelelapsedTime - time between two frames
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||