Skip to content

Suficio/textured-voxelizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textured-voxelizer

Voxelized plane

Generates textured voxel models from OBJ files. Currently only supports voxelization and simplification for BRS files.

The program operates from the command line, to build it use the following command:

    cargo build --release

Example usage:

    textured-voxelizer cargo run --release models/dauntless.obj dauntless.brs -s 60 --simplify lossless

The program supports two color modes when simplifying: lossless, and lossy. Lossless will prioritize color accuracy, while lossy will prioritize brick count.

About

Voxelizes OBJ files to create textured voxel models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages