[Graphics] Marching Cubes (with SPH Simulation)

2024. 07. 18. 오전 12:57

SPH(Smoothed-particle hydrodynamics)를 이용한 Fluid Simulation에서 Surface Extraction의 방법 중 하나인 Marching Cubes를 접하게 되었다. Marching Cubes란 3D discrete scalar field로부터 얻어진 isosurface의 폴리곤 메시를 추출하는 한 알고리즘이다. Müller et al. (2003)에 따르면, field quantity 중 color field의 gradient field를 이용하여 surface particle들을 확인하고 또한 surface normal들을 계산할 수 있다고 한다. 현재 구현 중인 Fluid Simulation에서 해당 방식으로 surface를 추출하려고 한다.

Repository

(추가 예정 / To be added)

0
Comments
© 2024 Kihun Jang