mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 16:06:10 +00:00
More CThardus
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user