Skip to content

0.3.7

Latest

Choose a tag to compare

@duburcqa duburcqa released this 12 Nov 15:18
· 39 commits to main since this release
7900d51

The performance of GsTaichi dynamic array mode has been greatly improved. Now it should be on par with performance for very large batch size, and up to 30% slower for non-batched simulation. This mode this still considered experimental and must be enabled manually by setting the env var 'GS_ENABLE_NDARRAY=1'. Just try it if you are tired of endlessly waiting for the simulation to compile!

New Features

Bug Fixes

  • Fix missing option diffuse_texture to Glass surface. (@Kashu7100) (#1934)
  • Fix interactive viewer. (@YilingQiao) (#1931)
  • Fix external coupling forces from other solvers not affecting rigid bodies. (@SonSang) (#1941)
  • Fix silent process killing issue in MPM simulation by raising an exception. (@SonSang) (#1949)
  • Fix 'discrete_obstacles_terrain' being completely flat. (@jgillick) (#1972)

Miscellaneous