-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: surfel rasterization, requires accumulation * feat: 2dgs * chore: bump version 2.6.0 * fix: lint * fix: normal rendering
- Loading branch information
Showing
10 changed files
with
607 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "bevy_gaussian_splatting" | ||
description = "bevy gaussian splatting render pipeline plugin" | ||
version = "2.5.0" | ||
version = "2.6.0" | ||
edition = "2021" | ||
authors = ["mosure <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -234,6 +234,11 @@ name = "compare_aabb_obb" | |
path = "tools/compare_aabb_obb.rs" | ||
required-features = ["tooling"] | ||
|
||
[[bin]] | ||
name = "surfel_plane" | ||
path = "tools/surfel_plane.rs" | ||
required-features = ["tooling"] | ||
|
||
[[bin]] | ||
name = "test_gaussian" | ||
path = "tests/gpu/gaussian.rs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.