You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A plugin for [the Bevy Engine](https://bevyengine.org) which allows loading [Magica Voxel](https://ephtracy.github.io)`.vox` files directly into a Bevy scene graph.
11
12
`bevy_vox_scene` is forked from the excellent [`bevy_vox_mesh` crate](https://crates.io/crates/bevy_vox_mesh).
12
13
@@ -87,7 +88,7 @@ TLDR: split up models containing glass voxels into convex chunks using Magica Vo
87
88
88
89
## Developing `bevy_vox_scene`
89
90
90
-
After cloning this repo, use Cargo run the unit tests:
91
+
After cloning this repo, use Cargo to run the unit tests:
0 commit comments