Skip to content

v0.1.0

Choose a tag to compare

@chordee chordee released this 20 Mar 13:21
· 16 commits to master since this release

Maya Gaussian Splatting Viewport Plugin v0.1.0

Initial release.

Features

  • Load standard 3DGS .ply files (position, rotation, scale, opacity, SH coefficients)
  • View-dependent color via SH degree 0 and 1
  • EWA Splatting: full GPU projection of 3D covariance to 2D ellipses
  • GPU Bitonic Sort with camera-static skip optimization
  • Maya Reversed-Z depth test compatible
  • Maya node attributes: filePath, splatScale, opacityMult

Installation

Extract the zip and follow the README instructions.

Requires Maya 2024 with Viewport 2.0 set to OpenGL Core Profile (Compatibility).

Known Limitations

  • SH degree 2 and 3 not yet implemented
  • 3M+ splats may trigger TDR on lower-end GPUs