2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

CBeetle implementation

This commit is contained in:
Jack Andersen
2018-12-30 19:01:42 -10:00
parent 0ec81477cf
commit 147a9396c4
22 changed files with 1214 additions and 92 deletions

View File

@@ -13,10 +13,10 @@ struct Trigger : IScriptObject {
Value<atVec3f> volume;
DamageInfo damageInfo;
Value<atVec3f> force;
Value<atUint32> unknown;
Value<atUint32> flags;
Value<bool> active;
Value<bool> unknown2;
Value<bool> unknown3;
Value<bool> deactivateOnEntered;
Value<bool> deactivateOnExited;
zeus::CAABox getVISIAABB(hecl::blender::Token& btok) const {
zeus::CVector3f halfExtent = zeus::CVector3f(volume) / 2.f;