MPM
Ziyang Li, Weichen Liu
Ziyang Li, Weichen Liu
For this CSE 291 we did mainly two projects. The first one is the real time deformable solid, it's simulation and collision; the second one is the Snow Deformation using MPM Method.
We were determined to do a fracture project and want to destroy objects in real time. Although we stopped half way in favor of the MPM project. But we still have most of the deformable solid working properly. We are able to show the AABB for collision detections and they could be played with very fluently.
The two examples below shows a large chunk of tofu/jelly/whatsoever colliding on the ground and cubes bounding around.
The hardest thing in this part is to tweak the parameters.
We use MPM method to do our snow simulation. We implement the method in C++, and we do real time simulation using opengl just to render the point cloud. But then we think it's the best to use Raytracer to render the video, we then write export code and import the animation inside Blender.
We are able to do MPM algorithm with near real time speed.
This is showing the same effect as the previous real time OpenGL rendering version. This time we are using just a particle system. We only have very few particles here.
This time we are clamping up the amount of particles and it is showing very promising results. The snow particles are sticking on the wall and the outermost ones are falling down.
This is another rendering of a similar Snow Ball but we actually have fixed a bug from the first one. This time you can look at a different particle behavior.