mosure / bevy_gaussian_splatting

bevy gaussian splatting render pipeline plugin
https://mosure.github.io/bevy_gaussian_splatting?gaussian_count=1000
MIT License
140 stars 9 forks source link

fix: stream compaction overdraw #35

Closed mosure closed 11 months ago

mosure commented 11 months ago

resolves duplicate draws of a single gaussian instance by not drawing the duplicated index (0)

also, separate sorting global buffer

image