Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for 200 version #1

Open
NCrashed opened this issue Mar 5, 2022 · 2 comments
Open

Add support for 200 version #1

NCrashed opened this issue Mar 5, 2022 · 2 comments
Assignees

Comments

@NCrashed
Copy link

NCrashed commented Mar 5, 2022

Example teapot.vox from the editor has unsupported version: UnsupportedFileVersion { version: Version(200) }

@l-snq
Copy link

l-snq commented Sep 19, 2022

is there any possibility of fixing this issue? I'm running into the same issue, seems to be with any vox file

@midstreeeam
Copy link

Magical voxel's vox format have been changed since version 0.99 to support multiple models/layers.
So even the old model (like 3x3x3.vox) will have new chunk-structure.
I recommend you to open your vox file in 0.98 version magicalvoxel and then export it. Then I think you can open the models with the rust io now.

I also met this problem several month before and I wrote a little python io for it https://github.com/midstreeeam/PyVox. Maybe it will help you

@jgraef jgraef self-assigned this Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants