Skip to content

sergeneren/Volumetric-Path-Tracer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
img
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

✔️ This project is under active maintenance and development

License

This project is licensed under BSD 3-Clause License

Acknowledgments