2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 22:27:41 +00:00

Initial CBabygoth imps

This commit is contained in:
2018-12-31 00:37:52 -08:00
parent 147a9396c4
commit 4f3c8daf27
22 changed files with 604 additions and 94 deletions

View File

@@ -4,13 +4,13 @@
#include "zeus/CAABox.hpp"
namespace urde {
struct SOBBJointDescription {
struct SOBBJointInfo {
const char* from;
const char* to;
zeus::CVector3f bounds;
};
struct SSphereJointDescription {
struct SSphereJointInfo {
const char* name;
float radius;
};