You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 18: Physical Simulation (48)
tyleryath

What are some examples of good data structures to store particle systems in that would allow for acceptable performance?

youtuyy

I would think of something similar we used in bounding volume hierarchy structure for storing particles. KD tree is an example of spatial acceleration data structure. When we want to find some particle, we can traverse the tree to find nearest particles to some point.

Staffkatamarisun

For data structures, I would highly recommend exploring OpenVDB here, an industry-used standard for volumetric data: https://www.openvdb.org

You must be enrolled in the course to comment