2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 16:06:10 +00:00

More CThardus

This commit is contained in:
2019-12-14 15:50:29 -08:00
parent 8689d599c5
commit 21159e604e
12 changed files with 520 additions and 97 deletions

View File

@@ -14,6 +14,12 @@ struct SJointInfo {
float radius;
float separation;
};
struct SAABoxJointInfo {
const char* name;
zeus::CVector3f extents;
};
struct SOBBJointInfo {
const char* from;
const char* to;