Volumetric-Path-Tracer icon indicating copy to clipboard operation
Volumetric-Path-Tracer copied to clipboard

:cloud: Volumetric path tracer using cuda

Volumetric Path Tracer

banner

VPT is a volumetric path tracer to render openvdb files on gpu using Cuda. It uses the Ray Tracing Gems Vol 28. as the base, and implements volume rendering algorithms from PBRT. Features of VPT is listed below

  • Ability to render Open VDB files with thousands of ray depths on gpu
  • Realistic lighting with a procedural atmosphere and sun system
  • HDRI maps for environmental lighting
  • Point lights
  • Eric Bruneton style sky implementation
  • Depth of field
  • Volume emission
  • Ability to render planetary atmospheres
  • Instanced rendering of vdb files with custom file format (.ins)
  • BVH and Octree structures for fast ray traversal
  • Custom instance file writer plugin for Houdini written in HDK

This repo is currently built and tested only under Windows.

Release Notes

v 1.0.2 Alpha

Please see the releases section for release notes.

Installation, Build and Usage

Please see this detailed article for installing building and using VPT

Author

Status

:heavy_check_mark: This project is under active maintenance and development

License

This project is licensed under BSD 3-Clause License

Acknowledgments