浏览代码

CIS

legacy
Benjamin ‘Touky’ Huet touky 12 年前
父节点
当前提交
a2b454d4c4
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      test/Physics/EasyPhysics.h

+ 6
- 0
test/Physics/EasyPhysics.h 查看文件

@@ -156,6 +156,12 @@ protected:

#else // NO PHYSIC IMPLEMENTATION

virtual void InitBodyToRigid(bool ZeroMassIsKinematic=false) { }
virtual void InitBodyToGhost() { }
virtual void AddToSimulation(class Simulation* current_simulation) { }
virtual void RemoveFromSimulation(class Simulation* current_simulation) { }
virtual void SetMovementForFrame(vec3 &MoveQuantity) { }

#endif // PHYSIC IMPLEMENTATION

};


正在加载...
取消
保存