Skip to content

Latest commit

 

History

947 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Physically Based Full Spectral Renderer

Topics

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages