2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 14:06:10 +00:00

Initial CMagdolite imps

This commit is contained in:
2020-03-01 05:14:39 -08:00
committed by Luke Street
parent d3a44259c3
commit d1c796f2a9
10 changed files with 747 additions and 41 deletions

View File

@@ -157,21 +157,25 @@ constexpr std::array skWingEffects{
"WingSparks8"sv,
};
constexpr std::array<SOBBRadiiJointInfo, 4> skTail{{{"Tail_1", "Tail_3", 0.66f},
{"Tail_3", "Tail_5", 0.66f},
{"Tail_5", "Tail_7", 0.66f},
{"Tail_7", "Tail_9", 0.66f}}};
constexpr std::array<SOBBRadiiJointInfo, 4> skTail{{
{"Tail_1", "Tail_3", 0.66f},
{"Tail_3", "Tail_5", 0.66f},
{"Tail_5", "Tail_7", 0.66f},
{"Tail_7", "Tail_9", 0.66f},
}};
constexpr std::array<SSphereJointInfo, 10> skSphereJoints{{{"Skeleton_Root", 0.6f},
{"Spine_2", 0.6f},
{"breastPlate_LCTR", 0.6f},
{"Head_1", 0.6f},
{"L_wrist", 0.5f},
{"R_wrist", 0.5f},
{"L_ankle", 0.6f},
{"R_ankle", 0.6f},
{"L_pinky_1", 0.4f},
{"R_pinky_1", 0.4f}}};
constexpr std::array<SSphereJointInfo, 10> skSphereJoints{{
{"Skeleton_Root", 0.6f},
{"Spine_2", 0.6f},
{"breastPlate_LCTR", 0.6f},
{"Head_1", 0.6f},
{"L_wrist", 0.5f},
{"R_wrist", 0.5f},
{"L_ankle", 0.6f},
{"R_ankle", 0.6f},
{"L_pinky_1", 0.4f},
{"R_pinky_1", 0.4f},
}};
struct SSomeRidleyStruct3 {
float x0_;