这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: mosure/bevy_gaussian_splatting

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: webgl2, formats, materials, and queries (#56)

* feat: scaffold lighting, material, query

* feat: draw all, selected, highlight selected modes

* feat: selection, inverting, draw modes, live output

* fix: disable sparse select on startup

* feat: cpu SH noise material

* remove unused

* fix: unused import warning

* more credits

* fix: allow degree 0 SH

* chore: clean default features

* refactor: feature-driven gaussian cloud format

* refactor: render pipeline packed vs. planar separation

* feat: packed and planar f32

* fix: wgsl struct packing differences

* checkin

* remove unused

* fix: f16 build errors

* chore: web feature bundle

* chore: more static asserts and features for input buffers

* fix: planar has bugs

* docs: credit

* feat: f16 support

* feat: buffer texture f16

* fix: unpacking

* fix: sh0 padding

* fix: web build

* fix: web dependency issue

* fix: storage texture -> texture

* fix: sorted texture binding

* fix: webgl2 GL_ANGLE_multi_draw isn't default

* fix: improve cpu sort throttling and webgl2 SH

* fix: prioritize storage buffers and disable rayon sort camera debounce

* fix: planar f32 build

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: depth visualization (#55)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mosure Mitchell Mosure
fix: disable conflict_free_offset

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mosure Mitchell Mosure
chore: 0.3.0 release

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mosure Mitchell Mosure
chore: fix workflow trigger