Cogs.Core
Public Attributes | List of all members
Cogs::Core::CogsBin::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 730 of file CogsBin.h.

Member Data Documentation

◆ flags

BoneFlags Cogs::Core::CogsBin::Bone::flags

Definition at line 739 of file CogsBin.h.

◆ inverseBindPose

glm::mat4 Cogs::Core::CogsBin::Bone::inverseBindPose

Definition at line 732 of file CogsBin.h.

◆ name

uint32_t Cogs::Core::CogsBin::Bone::name

Offset into strings subsection of current section.

Definition at line 737 of file CogsBin.h.

◆ parentBone

uint16_t Cogs::Core::CogsBin::Bone::parentBone

Offset of within range of bones of this skeleton.

Definition at line 738 of file CogsBin.h.

◆ pos

glm::vec3 Cogs::Core::CogsBin::Bone::pos

Definition at line 735 of file CogsBin.h.

◆ relative

glm::mat4 Cogs::Core::CogsBin::Bone::relative

Definition at line 733 of file CogsBin.h.

◆ rot

glm::quat Cogs::Core::CogsBin::Bone::rot

Definition at line 734 of file CogsBin.h.

◆ scale

glm::vec3 Cogs::Core::CogsBin::Bone::scale

Definition at line 736 of file CogsBin.h.


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