Cogs.Core
Public Attributes | List of all members
Cogs::Core::CogsBin::Skeleton Struct Reference

Public Attributes

glm::mat4 bindPose
 
uint32_t firstBone
 Offset into Bones subsection of current section.
 
uint32_t boneCount
 Number of bones in skeleton.
 

Detailed Description

Definition at line 743 of file CogsBin.h.

Member Data Documentation

◆ bindPose

glm::mat4 Cogs::Core::CogsBin::Skeleton::bindPose

Definition at line 745 of file CogsBin.h.

◆ boneCount

uint32_t Cogs::Core::CogsBin::Skeleton::boneCount

Number of bones in skeleton.

Definition at line 747 of file CogsBin.h.

◆ firstBone

uint32_t Cogs::Core::CogsBin::Skeleton::firstBone

Offset into Bones subsection of current section.

Definition at line 746 of file CogsBin.h.


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