from @practicing01: trigger mounting

This commit is contained in:
AzaezelX 2020-07-10 15:50:25 -05:00
parent 55c95a6146
commit b8c3b515f8
2 changed files with 26 additions and 0 deletions

View file

@ -89,6 +89,8 @@ class Trigger : public GameBase
static const U32 CMD_SIZE = 1024;
void onUnmount(SceneObject* obj,S32 node);
protected:
enum TriggerUpdateBits
@ -104,6 +106,7 @@ class Trigger : public GameBase
static bool smRenderTriggers;
bool testObject(GameBase* enter);
void processTick(const Move *move);
void interpolateTick(F32 delta);
void buildConvex(const Box3F& box, Convex* convex);