Benjamin ‘Touky’ Huet touky hace 12 años
padre
commit
a2b454d4c4
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      test/Physics/EasyPhysics.h

+ 6
- 0
test/Physics/EasyPhysics.h Ver fichero

@@ -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

};


Cargando…
Cancelar
Guardar