Skip to content

Release v0.3.6: Support "anti-aliased" mode

Compare
Choose a tag to compare
@mkkellogg mkkellogg released this 25 Mar 20:22
· 166 commits to main since this release
13d4407
  • Support anti-aliased rendering mode, as described in this Nerfstudio thread: nerfstudio-project/gsplat#117. This will only work for models that have been trained with this mode enabled. Activated via Viewer parameter 'antialiased': true.
  • halfPrecisionCovariancesOnGPU is now false by default. It was causing issues for very small models.
  • Fixed bug with floating-point splat distance computation on GPU.
  • Fixed bug with scene reveal not completing for very small models.