Game4all / bevy_vox_mesh

A bevy engine plugin for loading magica voxel files directly in bevy as usable meshes.
MIT License
32 stars 8 forks source link

Add an example illustrating loading multiple objects from a file #3

Open kgv opened 2 years ago

kgv commented 2 years ago

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 mesh: asset_server.load("path/to/vox/name.vox#model2"),