编译运行:
# 克隆项目
git clone [email protected]:Zhytou/SimplePathTracer.git
# 下载第三方库
git submodule update --init
# 使用CMake编译
mkdir build
cd build
cmake ../
# 渲染康奈尔盒模型
make main
./main渲染效果:
| Name | Name | Last commit date | ||
|---|---|---|---|---|
编译运行:
# 克隆项目
git clone [email protected]:Zhytou/SimplePathTracer.git
# 下载第三方库
git submodule update --init
# 使用CMake编译
mkdir build
cd build
cmake ../
# 渲染康奈尔盒模型
make main
./main渲染效果: