2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

Finish CSpankWeed

This commit is contained in:
2018-12-03 18:31:15 -08:00
parent 9b2fd002c6
commit 0ec9f1f4eb
9 changed files with 448 additions and 57 deletions

View File

@@ -5,6 +5,19 @@
namespace urde
{
struct SOBBJointDescription
{
const char* from;
const char* to;
zeus::CVector3f bounds;
};
struct SSphereJointDescription
{
const char* name;
float radius;
};
class CJointCollisionDescription
{
public: