Cogs.Core
Public Attributes | List of all members
Cogs::Core::CogsBin3::Bone Struct Reference

Public Attributes

glm::mat4 inverseBindPose
 
glm::mat4 relative
 
glm::quat rot
 
glm::vec3 pos
 
glm::vec3 scale
 
uint32_t name
 Offset into strings subsection of current section.
 
uint16_t parentBone
 Offset of within range of bones of this skeleton.
 
BoneFlags flags
 

Detailed Description

Definition at line 425 of file CogsBin3.h.

Member Data Documentation

◆ flags

BoneFlags Cogs::Core::CogsBin3::Bone::flags

Definition at line 434 of file CogsBin3.h.

◆ inverseBindPose

glm::mat4 Cogs::Core::CogsBin3::Bone::inverseBindPose

Definition at line 427 of file CogsBin3.h.

◆ name

uint32_t Cogs::Core::CogsBin3::Bone::name

Offset into strings subsection of current section.

Definition at line 432 of file CogsBin3.h.

◆ parentBone

uint16_t Cogs::Core::CogsBin3::Bone::parentBone

Offset of within range of bones of this skeleton.

Definition at line 433 of file CogsBin3.h.

◆ pos

glm::vec3 Cogs::Core::CogsBin3::Bone::pos

Definition at line 430 of file CogsBin3.h.

◆ relative

glm::mat4 Cogs::Core::CogsBin3::Bone::relative

Definition at line 428 of file CogsBin3.h.

◆ rot

glm::quat Cogs::Core::CogsBin3::Bone::rot

Definition at line 429 of file CogsBin3.h.

◆ scale

glm::vec3 Cogs::Core::CogsBin3::Bone::scale

Definition at line 431 of file CogsBin3.h.


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