Skip to content

Commit 5d904b4

Browse files
committed
add bunny example
1 parent 9ed5a7a commit 5d904b4

File tree

5 files changed

+536
-1
lines changed

5 files changed

+536
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ which also supports opacity control.
1313

1414
Able to plot 2 million voxels on an M2Pro Macbook Pro.
1515

16-
![screenshot](screenshot.png)
16+
![screenshot_main](screenshot_main.png)
17+
![screenshot_bunny](screenshot_bunny.png)
1718

1819
## Examples:
1920

@@ -30,6 +31,11 @@ Simple implementation of the Voxel Plot along with the `bevy_panorbit_camera` cr
3031
More advanced implementation of the Voxel Plot along with the `bevy_panorbit_camera` crate inside an `egui` image
3132
texture, implemented with the `bevy_egui` crate.
3233

34+
- Bevy Pointcloud Bunny
35+
36+
Load the test file `bunny.pcd` from [pcl](https://github.com/PointCloudLibrary/pc) and display it as white voxels with
37+
low alpha.
38+
3339
## Version Compatibility
3440

3541
| bevy | bevy_voxel_plot |

0 commit comments

Comments
 (0)