|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimogl.model.AbstractMD2Model
simogl.model.building.MD2House
public class MD2House
This class represents a md2 model of a house
Field Summary |
---|
Fields inherited from class simogl.model.AbstractMD2Model |
---|
STAND, WALK |
Constructor Summary | |
---|---|
MD2House(float x,
float y,
float z)
Creates a new house md2 model at the specified loaction |
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 MD2House(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 |