Thursday, February 10, 2011

Particles to fluid

I have been working with Ian Johnson in the Department of Scientific Computing at FSU on implementing fluid rendering into his RTPS library. So far, I have had success in rendering the fluid surface using only a few steps out of the presentation given at GDC '10. The technique is referred to as Screen Space Fluid Rendering.


[RTPS] Fluid Surface and Collisions in the works from Ian Johnson on Vimeo.

The three phases I have implemented so far are "Render points as spheres", "Gaussian Blur on Depth", and "Calculate Normals from Depth".  The end result of adding this rendering technique to Ian's RTPS library which actually simulates the fluid is demoed in the video above. Next week, I will be posting code snippets along with explanations of how these three steps are combined to create this "surface" like effect.

No comments:

Post a Comment