• KSII Transactions on Internet and Information Systems
    Monthly Online Journal (eISSN: 1976-7277)

Simulation of Deformable Objects using GLSL 4.3

Vol. 11, No. 8, August 30, 2017
10.3837/tiis.2017.08.021, Download Paper (Free):

Abstract

In this research, we implement a deformable object simulation system using OpenGL's shader language, GLSL4.3. Deformable object simulation is implemented by using volumetric mass-spring system suitable for real-time simulation among the methods of deformable object simulation. The compute shader in GLSL 4.3 which helps to access the GPU resources, is used to parallelize the operations of existing deformable object simulation systems. The proposed system is implemented using a compute shader for parallel processing and it includes a bounding box-based collision detection solution. In general, the collision detection is one of severe computing bottlenecks in simulation of multiple deformable objects. In order to validate an efficiency of the system, we performed the experiments using the 3D volumetric objects. We compared the performance of multiple deformable object simulations between CPU and GPU to analyze the effectiveness of parallel processing using GLSL. Moreover, we measured the computation time of bounding box-based collision detection to show that collision detection can be processed in real-time. The experiments using 3D volumetric models with 10K faces showed the GPU-based parallel simulation improves performance by 98% over the CPU-based simulation, and the overall steps including collision detection and rendering could be processed in real-time frame rate of 218.11 FPS.


Statistics

Show / Hide Statistics

Statistics (Cumulative Counts from December 1st, 2015)
Multiple requests among the same browser session are counted as one view.
If you mouse over a chart, the values of data points will be shown.


Cite this article

[IEEE Style]
N. Sung, M. Hong, S. Lee, Y. Choi, "Simulation of Deformable Objects using GLSL 4.3," KSII Transactions on Internet and Information Systems, vol. 11, no. 8, pp. 4120-4132, 2017. DOI: 10.3837/tiis.2017.08.021.

[ACM Style]
Nak-Jun Sung, Min Hong, Seung-Hyun Lee, and Yoo-Joo Choi. 2017. Simulation of Deformable Objects using GLSL 4.3. KSII Transactions on Internet and Information Systems, 11, 8, (2017), 4120-4132. DOI: 10.3837/tiis.2017.08.021.

[BibTeX Style]
@article{tiis:21535, title="Simulation of Deformable Objects using GLSL 4.3", author="Nak-Jun Sung and Min Hong and Seung-Hyun Lee and Yoo-Joo Choi and ", journal="KSII Transactions on Internet and Information Systems", DOI={10.3837/tiis.2017.08.021}, volume={11}, number={8}, year="2017", month={August}, pages={4120-4132}}