yumcyaWiz / Photorealism2

Physically Based Full Spectral Renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Physically Based Full Spectral Renderer


Languages

Language:C++ 97.1%Language:CMake 2.7%Language:C 0.2%Language:Shell 0.0%