summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphAnimator
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2020-12-25 18:03:10 -0800
committerGitHub <noreply@github.com>2020-12-25 21:03:10 -0500
commite8315cdb81f102aab0dbac2d2cc9c6daf7df0a11 (patch)
treef947c0b672aa1060218aaa0408be3b608dbb4e45 /include/JSystem/J3DGraphAnimator
parent58fc83c4f804e72019dc9ccbcc389affe7a9f3ed (diff)
begin splitting d_a_alink (#34)
* begin splitting d_a_alink * fix Co-authored-by: Pheenoh <pheenoh@gmail.com>
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
-rw-r--r--include/JSystem/J3DGraphAnimator/J3DJoint.h8
-rw-r--r--include/JSystem/J3DGraphAnimator/J3DModel.h8
-rw-r--r--include/JSystem/J3DGraphAnimator/J3DModelData.h8
-rw-r--r--include/JSystem/J3DGraphAnimator/J3DModelLoader.h8
4 files changed, 32 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DJoint.h b/include/JSystem/J3DGraphAnimator/J3DJoint.h
new file mode 100644
index 0000000000..a581b451d6
--- /dev/null
+++ b/include/JSystem/J3DGraphAnimator/J3DJoint.h
@@ -0,0 +1,8 @@
+#ifndef J3DJOINT_H_
+#define J3DJOINT_H_
+
+struct J3DJoint{
+
+};
+
+#endif \ No newline at end of file
diff --git a/include/JSystem/J3DGraphAnimator/J3DModel.h b/include/JSystem/J3DGraphAnimator/J3DModel.h
new file mode 100644
index 0000000000..a42288f94f
--- /dev/null
+++ b/include/JSystem/J3DGraphAnimator/J3DModel.h
@@ -0,0 +1,8 @@
+#ifndef J3DMODEL_H_
+#define J3DMODEL_H_
+
+struct J3DModel{
+
+};
+
+#endif \ No newline at end of file
diff --git a/include/JSystem/J3DGraphAnimator/J3DModelData.h b/include/JSystem/J3DGraphAnimator/J3DModelData.h
new file mode 100644
index 0000000000..11bba6653e
--- /dev/null
+++ b/include/JSystem/J3DGraphAnimator/J3DModelData.h
@@ -0,0 +1,8 @@
+#ifndef J3DMODELDATA_H_
+#define J3DMODELDATA_H_
+
+struct J3DModelData{
+
+};
+
+#endif \ No newline at end of file
diff --git a/include/JSystem/J3DGraphAnimator/J3DModelLoader.h b/include/JSystem/J3DGraphAnimator/J3DModelLoader.h
new file mode 100644
index 0000000000..1c6e0a282f
--- /dev/null
+++ b/include/JSystem/J3DGraphAnimator/J3DModelLoader.h
@@ -0,0 +1,8 @@
+#ifndef J3DMODELLOADER_H_
+#define J3DMODELLOADER_H_
+
+struct J3DMaterial{
+
+};
+
+#endif \ No newline at end of file