darkfall / MagicaVoxelUnity

Unity3D plugin for MagicaVoxel's vox format.
MIT License
197 stars 34 forks source link

Added the ability to set the origin of a mesh created from a vox model #1

Closed barraudf closed 9 years ago

barraudf commented 9 years ago

I've done some small changes for my own usage and submit them in a PR in case you're interested in merging them.

I'm changing origin/pivot on vox models so that I can use different models from different sizes to create parts of my character (head, chest, ...) using the same prefab, animations, etc...

darkfall commented 9 years ago

That's definitely cool. Thank you!