Browse Source

CIS

legacy
Benjamin ‘Touky’ Huet touky 12 years ago
parent
commit
a2b454d4c4
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      test/Physics/EasyPhysics.h

+ 6
- 0
test/Physics/EasyPhysics.h View File

@@ -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…
Cancel
Save