xoreos  0.0.5
Public Member Functions | Public Attributes | List of all members
Graphics::Aurora::Model_Sonic::StackMix Struct Reference

Structure we use to represent the parameters of a LoadStack bone command. More...

Collaboration diagram for Graphics::Aurora::Model_Sonic::StackMix:
Collaboration graph
[legend]

Public Member Functions

 StackMix (uint16 i=0xFFFF, uint16 s=0xFFFF, float r=0.0f)
 

Public Attributes

uint16 nodeID
 
uint16 nodeStack
 
float ratio
 
ModelNode_Sonicnode
 

Detailed Description

Structure we use to represent the parameters of a LoadStack bone command.

Basically says "Mix these matrices together, using these ratios.

Definition at line 287 of file model_sonic.h.

Constructor & Destructor Documentation

◆ StackMix()

Graphics::Aurora::Model_Sonic::StackMix::StackMix ( uint16  i = 0xFFFF,
uint16  s = 0xFFFF,
float  r = 0.0f 
)
inline

Definition at line 294 of file model_sonic.h.

Member Data Documentation

◆ node

ModelNode_Sonic* Graphics::Aurora::Model_Sonic::StackMix::node

◆ nodeID

uint16 Graphics::Aurora::Model_Sonic::StackMix::nodeID

Definition at line 288 of file model_sonic.h.

◆ nodeStack

uint16 Graphics::Aurora::Model_Sonic::StackMix::nodeStack

Definition at line 289 of file model_sonic.h.

◆ ratio

float Graphics::Aurora::Model_Sonic::StackMix::ratio

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