2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 07:26:10 +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

@@ -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}},