Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.12 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.12 KB



Amber

Simple path tracer using Optix API. Early work in progress.

Some of the current features include:

  • Disney BRDF
  • OptiX Denoiser
  • Supported scene formats: OBJ, GLTF

Screenshots

Denoising disabled Denoising enabled

Building

Prerequisites

  • CUDA
  • Optix 8.0
  • CMake

With the prerequisites installed, you just have to run the CMake:

git clone https://github.com/mateeeeeee/Amber
cd Amber
mkdir build
cd build
cmake ..

Make sure the correct Optix installation directory is set in CMakeLists.txt. By default it's set to "C:/ProgramData/NVIDIA Corporation/OptiX SDK 8.0.0".