소스 검색

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

};


불러오는 중...
취소
저장