Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.44 KB

README.md

File metadata and controls

57 lines (42 loc) · 1.44 KB

Photorealism2

Full-Spectral Physically Based Renderer with GUI.

Features

  • Physically Based Rendering
  • Spectral Rendering
  • Realistic Camera Model
  • Path Tracing
  • Multi Importance Sampling
  • OBVH Intersector
  • Embree Intersector

Requirements

Setup Externals

git submodule update --init

Configure CMake

If you use manually installed Intel Open Image Denoise and Embree, you need to set OpenImageDenoise_DIR and embree_DIR to path of manually installed libraries.

Below is an example.

cmake -Dembree_DIR=/opt/embree -DOpenImageDenoise_DIR=/opt/oidn/lib/cmake/OpenImageDenoise ..

Build

mkdir build
cd build
cmake ..
cmake --build .

Externals