UV Map Shader Development for Fluids Simulation with Material Point Method Model

Fluid simulation computation is not only limited for research or industrial purpose, but can also be implemented into personal computer software. As the demand of fluid simulation is growing from research to movies and games, we need a good rendering of fluids with the most sophisticated fluid mo...

全面介紹

Saved in:
書目詳細資料
主要作者: Anthony S, Christian
格式: Final Project
語言:Indonesia
在線閱讀:https://digilib.itb.ac.id/gdl/view/36412
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
機構: Institut Teknologi Bandung
語言: Indonesia
實物特徵
總結:Fluid simulation computation is not only limited for research or industrial purpose, but can also be implemented into personal computer software. As the demand of fluid simulation is growing from research to movies and games, we need a good rendering of fluids with the most sophisticated fluid model. In this paper, we explore a shader development for a two-dimensional material-point method (MPM) based fluid simulation with fluid particle. The results from MPM is then rendered with multiple steps of GLSL program. The steps are from creating a pill geometry shader, blurring shader, and threshold shader. Performance drop between 50%-80% is observed in the implementation, with the maximum number of particles to be simulated is 75.000 particles. Finally, we found that some of the parameter for those shader affects heavily on the performance while the result is not affected that much.