|
Rebel Fork Framework
|
Morph of ModelVertex. More...
#include <Urho3D/Graphics/ModelView.h>
Public Member Functions | |
| bool | HasPosition () const |
| bool | HasNormal () const |
| bool | HasTangent () const |
| bool | IsEmpty () const |
| bool | operator== (const ModelVertexMorph &rhs) const |
| bool | operator!= (const ModelVertexMorph &rhs) const |
Public Attributes | |
| unsigned | index_ {} |
| Vector3 | positionDelta_ |
| Vector3 | normalDelta_ |
| Vector3 | tangentDelta_ |
Morph of ModelVertex.