Skip to content

Release v0.4.3: 2D Gaussian Splatting

Compare
Choose a tag to compare
@mkkellogg mkkellogg released this 15 Jul 21:41
· 62 commits to main since this release
992ed9a
  • Support 2D Gaussian splatting scenes: https://surfsplatting.github.io/, activate with Viewer parameter splatRenderMode: GaussianSplats3D.SplatRenderMode.TwoD
  • Fixed rendering bug with spherical harmonics in scenes with large number of splats
  • Fixed scaling bug with spherical harmonics
  • Properly apply scene opacity and visibility when scene is loaded
  • Fixed bug where call to remove splat scene would never complete if there was only one splat scene loaded
  • Fix double dispose() call in Viewer.removeSplatScene()
  • Added Viewer.removeSplatScenes()