Home

Awesome

Hako-1.0 Massive Voxel Renderer

Everything is Voxel. A renderer for the Ray Tracing Camp 9 ( https://sites.google.com/view/rtcamp9/home ).

representitive

The short introduction: renderer_introduction

The short introduction audio: ずんだもん.wav

Video

A submitted video

Environment

AMD: Navi 10 or later ( vega10 or vega20 could work but I didn't really test it ) NVIDIA: compute capability 7.0 or later ( https://en.wikipedia.org/wiki/CUDA ) and need cuda SDK( 12.0 is used for the submission ) for nvrtc API

Assets

The final scene ( rtcamp9.abc ) that is used for the submission. It also contains a zbrush project, obj geometry files, houdini project file to generate "rtcamp9.abc".

rtcamp9Assets.zip

Build

git submodule update --init
premake5 vs2022

Open MassiveVoxelRayTracing.sln and build.

Projects

ProjectDescription
prlibvisualization library etc
RTCampFinal submission
unittestSome tiny unit tests
voxMeshVoxelization test on the CPU. You can save voxelized mesh as .ply
voxPTGPUPath tracer. The main dev project.
voxRTRay cast test on the CPU
voxRTGPURay cast test on the GPU
voxTriangleA triangle voxelization test

seminar

seminar English subtitles are supported.

Slides: seminar

Awesome References

Voxelization

Octree

Ray Traversal

Color Handling