diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-09-23 15:52:17 -0700 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-09-23 15:52:17 -0700 |
| commit | 5e43515ca760d09f4b5e605127fbccf5766aea1e (patch) | |
| tree | 532bb55ba48176b7465ed04b399fa4967c4b6cc0 /src/JSystem/J3DGraphAnimator/J3DAnimation.cpp | |
| parent | f04f4f219f673ebf36aa9505be13cbfffe9edc47 (diff) | |
J3DMatBlock start
Diffstat (limited to 'src/JSystem/J3DGraphAnimator/J3DAnimation.cpp')
| -rw-r--r-- | src/JSystem/J3DGraphAnimator/J3DAnimation.cpp | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/src/JSystem/J3DGraphAnimator/J3DAnimation.cpp b/src/JSystem/J3DGraphAnimator/J3DAnimation.cpp index 447d7011..128323b0 100644 --- a/src/JSystem/J3DGraphAnimator/J3DAnimation.cpp +++ b/src/JSystem/J3DGraphAnimator/J3DAnimation.cpp @@ -12,7 +12,7 @@ void J3DFrameCtrl::init(short) { } /* 802EF608-802EFBA8 .text checkPass__12J3DFrameCtrlFf */ -void J3DFrameCtrl::checkPass(float) { +BOOL J3DFrameCtrl::checkPass(float) { /* Nonmatching */ } @@ -47,12 +47,12 @@ void J3DAnmTextureSRTKey::calcTransform(float, unsigned short, J3DTextureSRTInfo } /* 802F10D4-802F1188 .text getWeight__17J3DAnmClusterFullCFUs */ -void J3DAnmClusterFull::getWeight(unsigned short) const { +f32 J3DAnmClusterFull::getWeight(unsigned short) const { /* Nonmatching */ } /* 802F1188-802F120C .text getWeight__16J3DAnmClusterKeyCFUs */ -void J3DAnmClusterKey::getWeight(unsigned short) const { +f32 J3DAnmClusterKey::getWeight(unsigned short) const { /* Nonmatching */ } @@ -92,7 +92,7 @@ void J3DAnmTexPattern::getTexNo(unsigned short, unsigned short*) const { } /* 802F200C-802F20EC .text getVisibility__20J3DAnmVisibilityFullCFUsPUc */ -void J3DAnmVisibilityFull::getVisibility(unsigned short, unsigned char*) const { +bool J3DAnmVisibilityFull::getVisibility(u16, u8*) const { /* Nonmatching */ } @@ -136,16 +136,6 @@ void J3DAnmTevRegKey::searchUpdateMaterialID(J3DModelData*) { /* Nonmatching */ } -/* 802F2A88-802F2DAC .text J3DGetKeyFrameInterpolation<s>__FfP18J3DAnmKeyTableBasePs */ -void J3DGetKeyFrameInterpolation<short>(float, J3DAnmKeyTableBase*, short*) { - /* Nonmatching */ -} - -/* 802F2DAC-802F2EF8 .text J3DGetKeyFrameInterpolation<f>__FfP18J3DAnmKeyTableBasePf */ -void J3DGetKeyFrameInterpolation<float>(float, J3DAnmKeyTableBase*, float*) { - /* Nonmatching */ -} - /* 802F2EF8-802F2F7C .text __dt__14J3DAnmColorKeyFv */ J3DAnmColorKey::~J3DAnmColorKey() { /* Nonmatching */ @@ -197,7 +187,7 @@ J3DAnmCluster::~J3DAnmCluster() { } /* 802F3278-802F3280 .text getWeight__13J3DAnmClusterCFUs */ -void J3DAnmCluster::getWeight(unsigned short) const { +f32 J3DAnmCluster::getWeight(unsigned short) const { /* Nonmatching */ } |
