bevy_vox_mesh icon indicating copy to clipboard operation
bevy_vox_mesh copied to clipboard

Add an example illustrating loading multiple objects from a file

Open kgv opened this issue 3 years ago • 0 comments

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"),

kgv avatar Aug 03 '22 21:08 kgv