Title(KR)
Bullet 물리엔진에서 대규모 강체 충돌 처리 성능 프로파일링
Title(ENG)
Performance Profiling of Massive Rigid Body Collisions under Bullet Physics Engine
Keywords(KR)
Rigid Body Collisions, Performance Profiling, Bullet Physics Engine, Collision Detection Algorithm
Keywords(ENG)
Rigid Body Collisions, Performance Profiling, Bullet Physics Engine, Collision Detection Algorithm
Author
Youngsik Kim
Abstract(ENG)
In large scale game battle scenes or the virtual reality environment, the scale of the collision handling has been getting bigger and the importance of it has been gradually increasing. In order to compare the collision handling algorithms, this paper develops six different benchmark based on the Bullet physics engine. By massive rigid body collision simulations, the number of collision pairs, the CPU utilization, the memory usage, and the computation time are profiled. For the CPU utilization, the Simple algorithm is the best and provides 19.3% less compared to the other algorithms. In terms of the computation time, the Dbvt algorithm is the best and provides 8.85 times speedup than the worst Simple algorithm. The memory usage of the 32bitAxisSweep3 algorithm is the largest and is average 2.57 times more than the other algorithms. The optimal collision handling algorithm can be selected through performance profiling by considering the criteria such as the minimum computation time, the limited computing resources, the collision shapes and the number of rigid bodies.
Page 11-19