OpenSceneGraph
|
Public Member Functions | |
BoneWeight (const std::string &name, float weight) | |
const std::string & | getBoneName () const |
float | getWeight () const |
void | setWeight (float weight) |
bool | operator== (const BoneWeight &b) const |
Protected Attributes | |
std::string | _boneName |
float | _weight |