Skip to content

A simple c++ realistic rendering engine using Monte Carlo Path Tracing

Notifications You must be signed in to change notification settings

Zhytou/SimplePathTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

222 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Path Tracer

wakatime

编译运行

# 克隆项目
git clone git@github.com:Zhytou/SimplePathTracer.git

# 下载第三方库
git submodule update --init

# 使用CMake编译
mkdir build
cd build
cmake ../

# 渲染康奈尔盒模型
make main
./main

渲染效果

res

res

res

res

res

res

res

About

A simple c++ realistic rendering engine using Monte Carlo Path Tracing

Topics

Resources

Stars

Watchers

Forks