Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
ModelAnimator Struct Reference

Detailed Description

Definition at line 1090 of file common_structs.h.

#include "common_structs.h"

Data Fields

u32 flags
 
s8 renderMode
 
char unk_05 [3]
 
s16 * animReadPos
 
s16 * savedReadPos
 
AnimatorNoderootNode
 
AnimatorNodenodeCache [0x7A]
 
u8 nextUniqueID
 
u8 staticNodeIDs [0x7A]
 
char unk_08F [0x1]
 
f32 nextUpdateTime
 
f32 timeScale
 
Mtx mtx
 
void * baseAddr
 
s16 * animationBuffer
 
StaticAnimatorNodestaticNodes [0x7A]
 
StaticAnimatorNode ** staticRoot
 
s32 treeIndexPos
 
s32 savedTreePos
 
void(* fpRenderCallback )(void *)
 
void * renderCallbackArg
 
char unk_2DC [4]
 

Field Documentation

◆ flags

◆ renderMode

◆ unk_05

char ModelAnimator::unk_05[3]

Definition at line 1093 of file common_structs.h.

◆ animReadPos

◆ savedReadPos

◆ rootNode

◆ nodeCache

◆ nextUniqueID

u8 ModelAnimator::nextUniqueID

◆ staticNodeIDs

◆ unk_08F

char ModelAnimator::unk_08F[0x1]

Definition at line 1100 of file common_structs.h.

◆ nextUpdateTime

◆ timeScale

f32 ModelAnimator::timeScale

◆ mtx

Mtx ModelAnimator::mtx

◆ baseAddr

◆ animationBuffer

s16* ModelAnimator::animationBuffer

◆ staticNodes

StaticAnimatorNode* ModelAnimator::staticNodes[0x7A]

◆ staticRoot

StaticAnimatorNode** ModelAnimator::staticRoot

Definition at line 1107 of file common_structs.h.

Referenced by load_mesh_animator_tree(), and reload_mesh_animator_tree().

◆ treeIndexPos

◆ savedTreePos

s32 ModelAnimator::savedTreePos

Definition at line 1109 of file common_structs.h.

Referenced by load_mesh_animator_tree(), and step_mesh_animator().

◆ fpRenderCallback

void(* ModelAnimator::fpRenderCallback) (void *)

◆ renderCallbackArg

void* ModelAnimator::renderCallbackArg

Definition at line 1111 of file common_structs.h.

Referenced by appendGfx_animator_node(), and set_animator_render_callback().

◆ unk_2DC

char ModelAnimator::unk_2DC[4]

Definition at line 1112 of file common_structs.h.


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