Skip to content

TUS-OSK/Introduction-To-PathTracing-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction-To-PathTracing-2020

p-rayの2020年度講義用のリポジトリ

[WIP]

Requirements

  • C++17
  • CMake 3.13 or Higher

Setup

git submodule update --init

Build

mkdir build
cd build
cmake --build .

Externals