This paper analyzes the simulation operation flow of Bullet physics engine. Based on this analysis, four kinds of multi-rigid-body game characters are designed. This paper also profiles the performance metrics such as the CPU utilization, the memory usage, and the computation time by multi-rigid-body character simulations. For the CPU utilization, the Tongs Vehicle is the best and provides 45.1% less than the other character simulations. The computation times of the Four-leg robot and the Dragon are longer than those of the others. The memory usage of the Dragon simulation is the largest, which is average 1.32 times more than the others. Because all parts of Dragon are composed of triangular mesh models in 3DMax. The performance profiling with the criteria such as reducing the computation time and the computing resources, the complexities of the collision shapes, and the number of rigid bodies takes an important role in the design of the multi-rigid-body game characters.
본 연구는 게임 물리 엔진을 실시간 물리 기술의 관점으로 고찰한다. 실시간 물리 기술이란 물리 시뮬레이션 기술을 게임에 적용하기 위해서 간략화 하는 기술을 말한다. 조사 대상으로 상용 물리 엔진인 Havok Physics SDK와 NVIDIA PhysX SDK를 선택하였고, 오픈 소스기반 물리 엔진인 ODE와 Bullet을 선택하였다. 그 결과 물리 엔진은 강체 역학, 변형체 시뮬레이션, 유체 시뮬레이션을 구현하고 있었고, 실시간 시뮬레이션을 위해서 수식의 간략화, 충돌 처리의 효율성 재고 등 소프트웨어 측면의 기술과 멀티 코어 CPU의 이용, PPU, GPU 활용 등 병렬처리 하드웨어 기술을 사용하고 있었다.