Skip to content

yumcyaWiz/Photorealism2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages