|
U3D
Open-source, cross-platform 2D and 3D game engine built in C++
|
Classes | |
| struct | Urho3D::VAnimKeyFrame |
| Value animation key frame. More... | |
| struct | Urho3D::VAnimEventFrame |
| Value animation event frame. More... | |
| class | Urho3D::ValueAnimation |
| Value animation class. More... | |
Enumerations | |
| enum | Urho3D::InterpMethod { Urho3D::IM_NONE = 0 , Urho3D::IM_LINEAR , Urho3D::IM_SPLINE } |
| Interpolation method. More... | |
| enum Urho3D::InterpMethod |
Interpolation method.
| Enumerator | |
|---|---|
| IM_NONE | No interpolation. |
| IM_LINEAR | Linear interpolation (default). |
| IM_SPLINE | Cardinal spline interpolation, default tension value is 0.5f. For more information please refer to http://cubic.org/docs/hermite.htm. |