Urho3D
|
Definition of a model's vertex morph. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Graphics/Model.h>
Public Attributes | |
String | name_ |
Morph name. | |
StringHash | nameHash_ |
Morph name hash. | |
float | weight_ |
Current morph weight. | |
HashMap< i32, VertexBufferMorph > | buffers_ |
Morph data per vertex buffer. | |
Definition of a model's vertex morph.