public interface Interpolatable
Modifier and Type | Method and Description |
---|---|
void |
interpolate(float alpha)
Called each interpolate() phase to interpolate the render state
|
void |
preUpdate()
Called before each update() phase to store existing state
|
void preUpdate()
void interpolate(float alpha)
alpha
- The value (between 0.0 and 1.0) representing the inbetween progress between the previous and current update state