mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Finish CSpankWeed
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user