Assimp  v4.1. (December 2018)
Assimp::SMD::Bone Struct Reference

Data structure for a bone in a SMD file. More...

Classes

struct  Animation
 Animation of the bone. More...
 

Public Member Functions

 Bone () AI_NO_EXCEPT
 Default constructor. More...
 
 ~Bone ()
 Destructor. More...
 

Public Attributes

bool bIsUsed
 true if the bone is referenced by at least one mesh More...
 
uint32_t iParent
 Parent of the bone. More...
 
std::string mName
 Name of the bone. More...
 
aiMatrix4x4 mOffsetMatrix
 Offset matrix of the bone. More...
 
struct Assimp::SMD::Bone::Animation sAnim
 

Detailed Description

Data structure for a bone in a SMD file.

Constructor & Destructor Documentation

◆ Bone()

Assimp::SMD::Bone::Bone ( )
inline

Default constructor.

◆ ~Bone()

Assimp::SMD::Bone::~Bone ( )
inline

Destructor.

Member Data Documentation

◆ bIsUsed

bool Assimp::SMD::Bone::bIsUsed

true if the bone is referenced by at least one mesh

◆ iParent

uint32_t Assimp::SMD::Bone::iParent

Parent of the bone.

◆ mName

std::string Assimp::SMD::Bone::mName

Name of the bone.

◆ mOffsetMatrix

aiMatrix4x4 Assimp::SMD::Bone::mOffsetMatrix

Offset matrix of the bone.

◆ sAnim

struct Assimp::SMD::Bone::Animation Assimp::SMD::Bone::sAnim

The documentation for this struct was generated from the following file: