瀏覽代碼

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

};


Loading…
取消
儲存