Kochol Game Engine  0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
kge::gfx::Joint Struct Reference

#include <Structs.h>

Public Attributes

char m_cName [32]
Vertex3 m_vRotation
Vertex3 m_vPosition
u16 m_usNumRotFrames
u16 m_usNumTransFrames
KeyFramem_RotKeyFrames
KeyFramem_TransKeyFrames
short m_sParent
math::Matrix m_matLocal
math::Matrix m_matAbs
math::Matrix m_matFinal
u16 m_usCurRotFrame
u16 m_usCurTransFrame

Detailed Description

Definition at line 311 of file Structs.h.

Member Data Documentation

char kge::gfx::Joint::m_cName[32]

Definition at line 313 of file Structs.h.

math::Matrix kge::gfx::Joint::m_matAbs

Definition at line 322 of file Structs.h.

math::Matrix kge::gfx::Joint::m_matFinal

Definition at line 323 of file Structs.h.

math::Matrix kge::gfx::Joint::m_matLocal

Definition at line 321 of file Structs.h.

KeyFrame* kge::gfx::Joint::m_RotKeyFrames

Definition at line 318 of file Structs.h.

short kge::gfx::Joint::m_sParent

Definition at line 320 of file Structs.h.

KeyFrame* kge::gfx::Joint::m_TransKeyFrames

Definition at line 319 of file Structs.h.

u16 kge::gfx::Joint::m_usCurRotFrame

Definition at line 324 of file Structs.h.

u16 kge::gfx::Joint::m_usCurTransFrame

Definition at line 325 of file Structs.h.

u16 kge::gfx::Joint::m_usNumRotFrames

Definition at line 316 of file Structs.h.

u16 kge::gfx::Joint::m_usNumTransFrames

Definition at line 317 of file Structs.h.

Vertex3 kge::gfx::Joint::m_vPosition

Definition at line 315 of file Structs.h.

Vertex3 kge::gfx::Joint::m_vRotation

Definition at line 314 of file Structs.h.


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