Skip to main content

Converts voxel models to obj files.

Project description

Vox2Obj

Converts .vox files to .obj files. UNDER ACTIVE DEVELOPMENT so things may change very quickly.

Usage

from vox2obj import convert_to_obj
convert_to_obj(in_file="in.vox", out_file="out.obj", texture_file="texture.png")

Where:

  • "in.vox" is the input .vox file
  • "out.obj" is the output destination
  • "texture.png" is the texture that belongs to the .vox file
    • It should be a 1x255 pixel png image.
    • You will probably have to save this separately using your voxel editor.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vox2obj-0.1.0.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

vox2obj-0.1.0-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page