mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 07:26:10 +00:00
Finish CSpankWeed
This commit is contained in:
@@ -37,24 +37,11 @@ void CNewIntroBoss::Accept(IVisitor &visitor)
|
||||
visitor.Visit(this);
|
||||
}
|
||||
|
||||
struct SSphereJointDescription
|
||||
{
|
||||
const char* name;
|
||||
float radius;
|
||||
};
|
||||
|
||||
static const SSphereJointDescription skSphereJoints[] ={
|
||||
{"Head_1", 1.5f},
|
||||
{"Tail_1", 1.5f}
|
||||
};
|
||||
|
||||
struct SOBBJointDescription
|
||||
{
|
||||
const char* from;
|
||||
const char* to;
|
||||
zeus::CVector3f bounds;
|
||||
};
|
||||
|
||||
static const SOBBJointDescription skOBBJoints[] = {
|
||||
{"Pelvis", "Spine_3", {4.f, 1.f, 4.f}},
|
||||
{"Spine_3", "Tail_1", {2.f, 1.f, 2.f}},
|
||||
|
||||
Reference in New Issue
Block a user