|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfootfall.generators.FootModel
Generates the footfall movements on the fly using a base footprint. Renders footfalls based on the walking speed and weight.
Constructor Summary | |
FootModel()
Setup footfalls for one foot. |
|
FootModel(int currentPosition)
Setup footfalls from a specific foot position. |
Method Summary | |
float[][] |
getFoot(int speed,
float maxp)
Generate footfall pressure/position incrementally. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FootModel()
public FootModel(int currentPosition)
currentPosition
- Starting position for the current footstep. Can be positive or negative.Method Detail |
public float[][] getFoot(int speed, float maxp)
speed
- Speed (25-75fps)maxp
- Maximum Pressure (approx. 0-50)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |