Documentation
Urho3D::VertexBufferMorph Struct Reference
  Vertex buffer morph data. More...
#include <Model.h>
Collaboration diagram for Urho3D::VertexBufferMorph:
| Public Attributes | |
| unsigned | elementMask_ | 
| Vertex elements. | |
| unsigned | vertexCount_ | 
| Number of vertices. | |
| unsigned | dataSize_ | 
| Morphed vertices data size as bytes. | |
| SharedArrayPtr< unsigned char > | morphData_ | 
| Morphed vertices. Stored packed as <index, data> pairs. | |
Detailed Description
Vertex buffer morph data.
The documentation for this struct was generated from the following file:
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Graphics/Model.h
