|
OpenSceneGraph 3.6.5
|
#include <osg/Object>#include <osgAnimation/Export>#include <map>#include <vector>#include <string>Go to the source code of this file.
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 | |
| namespace | 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 |
| Generated at Fri Jan 31 2020 11:03:07 for the OpenSceneGraph by doxygen 1.9.8. |