veloren/veloren

.vox file validation test

xMAC94x opened this issue · 3 comments

we need a test that simply loads all voxel files in the voxygen/vox files and tries to load them into a model.
This way Voxel Artists can know if there is any incompatibility between their uploads and the engine.

The method already exists, you just need to reuse the functions from voxygen/src/game.rs for all those files. and maybe write a test in .gitlab-ci.yaml to automatic run this

I would like to take this.

@Treenix can you assign the issue to yourself or doesn't github allows you, because i can nether assign you

@xMAC94x I can't, since I'm not a collaborator of this repo