Skip to content

Files

Latest commit

ca27861 · Mar 13, 2018

History

History
This branch is 4 commits behind nvpro-samples/optix_advanced_samples:master.

optixVox

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 9, 2017
Feb 9, 2017
Feb 28, 2017
Feb 28, 2017
Mar 9, 2017
Mar 13, 2018
Mar 10, 2017
Feb 9, 2017
Mar 10, 2017
Feb 9, 2017
Feb 9, 2017
Feb 9, 2017
Mar 9, 2017
Mar 10, 2017

optixVox

VOX scene

A sample that renders a subset of the MagicaVoxel @ ephtracy 8-bit VOX file format, using path tracing. This is not volume rendering; "voxels" are solid boxes. Give multiple .vox files on the command line to load them all and arrange them in a grid.

The default scene shown here is part of the Mini Mike's Metro Minis collection created by Mike Judge. You can also make your own scenes with MagicaVoxel.

Limitations: The sample respects the VOX palette but ignores any material parameters right now and just makes everything diffuse. Some features in the MagicaVoxel viewer, e.g., depth of field and extra light types, are also omitted for now, but could be added if there's interest.