summaryrefslogtreecommitdiff
path: root/libs/JSystem/J3DGraphAnimator
diff options
context:
space:
mode:
authorJulgodis <>2021-04-08 21:05:48 +0200
committerJulgodis <>2021-04-08 21:05:48 +0200
commit2661db6aaa98a5bbd17691cb438ef64752dbcdf4 (patch)
tree4e6d8499431192316bc2bae0cec8e6f92636b4b4 /libs/JSystem/J3DGraphAnimator
parenta23a10639979ee10cbea5ffdadadc490d9e60227 (diff)
auto decompile more functions
Diffstat (limited to 'libs/JSystem/J3DGraphAnimator')
-rw-r--r--libs/JSystem/J3DGraphAnimator/J3DCluster.cpp4
-rw-r--r--libs/JSystem/J3DGraphAnimator/J3DMaterialAttach.cpp8
-rw-r--r--libs/JSystem/J3DGraphAnimator/J3DModel.cpp10
-rw-r--r--libs/JSystem/J3DGraphAnimator/J3DSkinDeform.cpp4
4 files changed, 13 insertions, 13 deletions
diff --git a/libs/JSystem/J3DGraphAnimator/J3DCluster.cpp b/libs/JSystem/J3DGraphAnimator/J3DCluster.cpp
index 311e649ae5..f3e391c6c3 100644
--- a/libs/JSystem/J3DGraphAnimator/J3DCluster.cpp
+++ b/libs/JSystem/J3DGraphAnimator/J3DCluster.cpp
@@ -29,10 +29,10 @@ struct J3DDeformData {
/* 8032E364 */ void setAnm(J3DAnmCluster*);
};
-struct J3DClusterKey {};
-
struct J3DCluster {};
+struct J3DClusterKey {};
+
struct J3DDeformer {
/* 8032E39C */ J3DDeformer(J3DDeformData*);
/* 8032EAB4 */ void deform(J3DVertexBuffer*, u16, f32*);
diff --git a/libs/JSystem/J3DGraphAnimator/J3DMaterialAttach.cpp b/libs/JSystem/J3DGraphAnimator/J3DMaterialAttach.cpp
index 6182993621..a9d333fea9 100644
--- a/libs/JSystem/J3DGraphAnimator/J3DMaterialAttach.cpp
+++ b/libs/JSystem/J3DGraphAnimator/J3DMaterialAttach.cpp
@@ -23,13 +23,13 @@ struct J3DTevKColorAnm {};
struct J3DTevColorAnm {};
-struct J3DAnmColor {};
-
-struct J3DAnmTexPattern {};
+struct J3DAnmTextureSRTKey {};
struct J3DAnmTevRegKey {};
-struct J3DAnmTextureSRTKey {};
+struct J3DAnmColor {};
+
+struct J3DAnmTexPattern {};
struct J3DMaterialTable {
/* 8032F5A8 */ void clear();
diff --git a/libs/JSystem/J3DGraphAnimator/J3DModel.cpp b/libs/JSystem/J3DGraphAnimator/J3DModel.cpp
index 8cc33ec883..42ea6a7b13 100644
--- a/libs/JSystem/J3DGraphAnimator/J3DModel.cpp
+++ b/libs/JSystem/J3DGraphAnimator/J3DModel.cpp
@@ -14,11 +14,6 @@
struct Vec {};
struct J3DModel;
-struct J3DDeformData {
- /* 8032E230 */ void offAllFlag(u32);
- /* 8032E274 */ void deform(J3DModel*);
-};
-
struct J3DModelData {
/* 803260F8 */ void syncJ3DSysFlags() const;
};
@@ -31,6 +26,11 @@ struct J3DSkinDeform {
/* 8032DFDC */ void deform(J3DModel*);
};
+struct J3DDeformData {
+ /* 8032E230 */ void offAllFlag(u32);
+ /* 8032E274 */ void deform(J3DModel*);
+};
+
struct J3DModel {
/* 80327100 */ void initialize();
/* 80327184 */ void entryModelData(J3DModelData*, u32, u32);
diff --git a/libs/JSystem/J3DGraphAnimator/J3DSkinDeform.cpp b/libs/JSystem/J3DGraphAnimator/J3DSkinDeform.cpp
index 05b4414d6e..380808cbbd 100644
--- a/libs/JSystem/J3DGraphAnimator/J3DSkinDeform.cpp
+++ b/libs/JSystem/J3DGraphAnimator/J3DSkinDeform.cpp
@@ -27,10 +27,10 @@ struct J3DSkinNList {
/* 8032C8E4 */ void calcSkin_VtxNrmF32(f32 (*)[4], void*, void*);
};
-struct J3DModelData {};
-
struct J3DMtxBuffer {};
+struct J3DModelData {};
+
struct J3DSkinDeform {
/* 8032C96C */ J3DSkinDeform();
/* 8032C9B0 */ void initSkinInfo(J3DModelData*);