![]() |
OpenSceneGraph
|
#include <osg/Object>
#include <osgAnimation/Export>
#include <map>
#include <vector>
#include <string>
Classes | |
class | osgAnimation::VertexInfluence |
class | osgAnimation::VertexInfluenceMap |
class | osgAnimation::VertexInfluenceMap::VertexGroup |
map a set of boneinfluence to a list of vertex indices sharing this set More... | |
Namespaces | |
osgAnimation | |
The osgAnimation library provides general purpose utility classes for animation. | |
Macros | |
#define | OSGANIMATION_VERTEX_INFLUENCE 1 |
Typedefs | |
typedef std::pair< std::string, float > | osgAnimation::BoneWeight |
typedef std::pair< unsigned int, float > | osgAnimation::VertexIndexWeight |
typedef std::vector< VertexIndexWeight > | osgAnimation::IndexWeightList |
typedef std::vector< BoneWeight > | osgAnimation::BoneWeightList |
typedef std::vector< unsigned int > | osgAnimation::IndexList |
#define OSGANIMATION_VERTEX_INFLUENCE 1 |