Matched ClusterExec
This commit is contained in:
parent
0ac89c38dc
commit
03f1cd89a3
9 changed files with 195 additions and 10 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include "game/hsfmotion.h"
|
||||
#include "game/ClusterExec.h"
|
||||
#include "game/EnvelopeExec.h"
|
||||
#include "game/hsfdraw.h"
|
||||
#include "game/hsfload.h"
|
||||
|
|
@ -11,10 +12,6 @@
|
|||
static s32 SearchObjectIndex(HsfData *arg0, u32 arg1);
|
||||
static s32 SearchAttributeIndex(HsfData *arg0, u32 arg1);
|
||||
|
||||
float GetClusterCurve(HsfTrack*, float);
|
||||
float GetClusterWeightCurve(HsfTrack*, float);
|
||||
void ClusterMotionExec(ModelData*);
|
||||
void ClusterProc(ModelData*);
|
||||
void ShapeProc(HsfData*);
|
||||
|
||||
MotionData Hu3DMotion[256];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue