Skip to content

Exporter from VOX to OBJ format. Unlike other exporters, this one creates valid uv mapping for each polygon. It allows you to bake shadows on top of this texture in Unity3D or Blender.

Notifications You must be signed in to change notification settings

AndrewB330/VoxExporter

Repository files navigation

From author:

If you have any questions - just write an issue!

Unfortuantely I had no time to finish this project and make nice CLI, but it works! You can edit main.py and put your model's name there.

VoxExporter

VoxExporter is a library that has a lot of functionality that helps to export voxel models from .vox format into .obj format.

The key feature of VoxExporter is that it creates custom uv-unwrapping of model texture, and do not use default 256px palette-texture. With custom uv-s it is possible to easily bake lightmaps in Unity3D, Blender etc.

Example of unwrapped texture

texture

Example of work

shaded wireframe

About

Exporter from VOX to OBJ format. Unlike other exporters, this one creates valid uv mapping for each polygon. It allows you to bake shadows on top of this texture in Unity3D or Blender.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages