snow
snow copied to clipboard
OpenGL and Houdini snow simulation (material point method)
I am trying to generate the initial snow (with particles) in Blender, but the result is bad, so I wonder what algorithm you use to generate the snow particles in...
Hi, Your code is easy to understand in engineering point of view, it's well coded. And I almost went over all part of the 2d version, but there is one...
I just built the Houndini 14.x plugin on my macOS Big Sur, I fixed a lot of building error with some ugly hacks for C++ headers. Finally, I built the...
I can build the Houdini plugin without any problems (lots of warnings, but no errors), but when I try to run, it crashes. Houdini immediately crashes when I try to...
Hi! I have gone through your code in 2D snow simulation. I saw you wrote implicit velocity update in code but in constants file the implicit function is disabled. So...