U3D
Open-source, cross-platform 2D and 3D game engine built in C++
|
Definition of a model's vertex morph. More...
#include </var/dev/u3d/stable/Source/Urho3D/Graphics/Model.h>
Public Attributes | |
String | name_ |
Morph name. | |
StringHash | nameHash_ |
Morph name hash. | |
float | weight_ |
Current morph weight. | |
HashMap< unsigned, VertexBufferMorph > | buffers_ |
Morph data per vertex buffer. | |
Definition of a model's vertex morph.