bevy_vox_mesh
bevy_vox_mesh copied to clipboard
A bevy engine plugin for loading magica voxel files directly in bevy as usable meshes.
If you compare how an asymmetrical model appears in MV with Bevy, when loading via bevy_vox_mesh, the model is flipped on the x axis. eg: the monu1 model that ships...
In the "basic" example, if you spawn a cube at the same location as a .vox model, it appears that the .vox model is imported within a larger shape, but...

Read More info of vox file. save in a VoxMateData and support helper fn to build entity for all models with relation in vox file. example is in example/boy.rs
It would be great to add an example load .vox with multiple objects. Maybe it will be useful for someone: The firsts mesh: `asset_server.load("path/to/vox/name.vox"),` The second mesh: `asset_server.load("path/to/vox/name.vox#model1"),` The third...
### Before ### After