Developer Documentation
|
Holds the skins default pose. More...
#include <Type-Skeleton/ObjectTypes/Skeleton/BaseSkin.hh>
Public Member Functions | |
DefaultPose (OpenMesh::Vec3d point, OpenMesh::Vec3d normal) | |
Public Attributes | |
OpenMesh::Vec3d | point |
The points position in the default pose. More... | |
OpenMesh::Vec3d | normal |
The points normal in the default pose. More... | |
Holds the skins default pose.
The default pose of the mesh is stored in a vertex property. From this pose all deformed poses are derived. An additional point and normal are stored per vertex.
Definition at line 78 of file BaseSkin.hh.
|
inline |
Definition at line 80 of file BaseSkin.hh.
|
inline |
Definition at line 81 of file BaseSkin.hh.
OpenMesh::Vec3d BaseSkin::DefaultPose::normal |
The points normal in the default pose.
Definition at line 84 of file BaseSkin.hh.
OpenMesh::Vec3d BaseSkin::DefaultPose::point |
The points position in the default pose.
Definition at line 83 of file BaseSkin.hh.