Skip to content

fatimp/vox-postproc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vox-postproc

Postprocessing after mariogeiger/obj2voxel. The aforementioned tool converts a 3D surface in a Wavefront OBJ format to voxels (as a Numpy array). The output array is flat and its element type is uint8.

This tool does 2 things:

  • Transforms the array to a multidimensional array of type bool.
  • Fills interior of your model with voxels (i.e. it adds volume).

The output can be saved to numpy arrays or raw data (8 bits per voxel).

About

Wavefront OBJ to voxel convertation: postprocessing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published