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

Member Data Documentation

◆ bindPose

glm::mat4 Cogs::Core::CogsBin3::Skeleton::bindPose

Definition at line 440 of file CogsBin3.h.

◆ boneCount

uint32_t Cogs::Core::CogsBin3::Skeleton::boneCount

Number of bones in skeleton.

Definition at line 442 of file CogsBin3.h.

◆ firstBone

uint32_t Cogs::Core::CogsBin3::Skeleton::firstBone

Offset into Bones subsection of current section.

Definition at line 441 of file CogsBin3.h.


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