/pathTracer

Experimental uni-directionnal path tracer based on USD

Primary LanguageC++MIT LicenseMIT

pathTracer

This is an experimental uni-directionnal path tracer based on USD.

Example render

Features

  • Diffuse shading
  • Rect lights
  • Smooth shading
  • BVH acceleration
  • Multi-threaded
  • CPU based
  • USD as scene data source

Usage

pathTracer <scene.usda>
pathTracer examples/cornell.usda

Dependencies

  • USD
  • Eigen
  • Png

Sources