Skip to content

A python programme that takes as an input any OBJ file with triangular mesh and outputs an voxelized representation of that mesh.

Notifications You must be signed in to change notification settings

archi-coder/Voxelizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Voxelizer

Voxelizer is a python programme that takes as an input an OBJ file with triangular mesh and outputs an voxlized representation of that mesh. The output is also a OBJ file.

voxelization

To run the programme the first argument should be the input file, the second argument should be the output file, and the third argument should be the voxel size (in the same units as the OBJ input). I should thus be able to execute the code by calling the main file like this:

python voxelization.py <input OBJ> <output OBJ> <voxel size>

For example:

python voxelization.py mountains.obj voxelized_mountains.obj 1.0

About

A python programme that takes as an input any OBJ file with triangular mesh and outputs an voxelized representation of that mesh.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages