yuanming-hu / taichi_mpm

High-performance moving least squares material point method (MLS-MPM) solver. (ACM Transactions on Graphics, SIGGRAPH 2018)
MIT License
2.36k stars 315 forks source link

How to use TAICHI to render particles in the example #28

Open pianshi opened 5 years ago

pianshi commented 5 years ago

Hello, I am a mechanics student who wants to implement post-processing of MPM through TAICHI, but when I run the script, I only get unrendered particles. How can I achieve the effect like the picture on the homepage?

yuanming-hu commented 5 years ago

Hi,

You can try rendering with Houdini.

Best, Yuanming

pianshi commented 5 years ago

Thank you very much for your reply! I am a newcomer to computer graphics. I tried to render the particles through the TAICHI interface, but it didn't work. I will learn about hudini, thank you again!

yuanming-hu commented 5 years ago

We will release a new particle renderer based on Taichi in two weeks. Houdini is a good tool to learn anyway.

j20232 commented 4 years ago

This issue is very informative for me. I'm also a graphics student who wants to use TAICHI. I'll also try to render TAICHI's outputs with Houdini. Thank you!