diff options
| author | lepelog <25211966+lepelog@users.noreply.github.com> | 2022-01-04 18:18:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-04 18:18:23 +0100 |
| commit | da3d98b67a9e54260a28fb8e49e9ce8dbbeb7449 (patch) | |
| tree | e1fd0c8c3fb452d0f3ad512702b181c52abe65ad /include/JSystem/J3DGraphAnimator | |
| parent | f4a3c80af341bcb1dac30a4dcd4dc5797f9adcea (diff) | |
J2DAnimation (#173)
* ok
* naming stuff
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
| -rw-r--r-- | include/JSystem/J3DGraphAnimator/J3DAnimation.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DAnimation.h b/include/JSystem/J3DGraphAnimator/J3DAnimation.h index a745ef473a..15ded86a06 100644 --- a/include/JSystem/J3DGraphAnimator/J3DAnimation.h +++ b/include/JSystem/J3DGraphAnimator/J3DAnimation.h @@ -75,7 +75,11 @@ class J3DAnmTransformFullWithLerp : public J3DAnmTransformFull { struct J3DTextureSRTInfo; struct J3DModelData; struct J3DMaterialTable; -struct J3DAnmKeyTableBase {}; +struct J3DAnmKeyTableBase { + /* 0x00 */ u16 mMaxFrame; + /* 0x02 */ u16 mOffset; + /* 0x04 */ u16 mType; +}; // Size = 0x6 class J3DAnmTextureSRTKey : public J3DAnmBase { public: |
