
Mykhailo Moroz
@Michael_Moroz_ • 12,939 subscribers
Love physics simulations and rendering algorithms Lead Research Engineer at @ZibraAI https://t.co/awt86lQb5a Discord: misha.m.
Videos

So I've implemented hash grid based fluid simulation in VRChat - its absolutely incredible. Because its hash based its literally boundless, so fluid can occupy the entire world. Currently I only have the "Mentos" particle rendering, but I plan on trying to make isosurface work
Mykhailo Moroz350,668 次观看 • 8 天前

So I'm considering releasing my VRChat fluid simulation on Booth. I've ported it into Udon so it is faster and is easier to use. I used the Radix Sort from my 3DGS plugin, allowing me to do a true SPH sim without approximations. I'd love to head what you'd want to do with it 😄
Mykhailo Moroz213,233 次观看 • 15 天前

Using GPT-6 Astra I was able to quickly protorype a sparse grid allocator fluid simulation for VRChat using my specified architecture, but honestly as cool as it is its absolutely overkill for VRChat. Isosurface ray tracing could be done here, but its too complex to work with.
Mykhailo Moroz40,473 次观看 • 11 天前

Stress testing the simulation with 4M particles and a 384x384x96 grid. Most of the cost right now goes into the rendering prep, SDF gen and isosurface ray tracing (not ray marching, tracing). Could be substantially optimized if properly skipping unused parts of the grid.
Mykhailo Moroz14,762 次观看 • 15 天前

I improved the VRChat cloth simulation, now it is actually rendered as a mesh and finally can handle self collision for proper folds. Also I moved the simulation to CRTs so it kinda works for non friends(the simulation is on the avatar!). But the collision still requires cameras.
Mykhailo Moroz363,768 次观看 • 3 年前

I've been implementing multi-object combined LODs (actual LODs this time) for gaussian splats. It is insanely cool, due to the way I select LOD's I *always* render the same amount of splats no matter how many splats are in the scene. This scene has 108M total combined splats.
Mykhailo Moroz33,620 次观看 • 3 个月前
