CHN-ChenYi / RayTracing-CEP2021

A course project for Cpp Engineering Practice Course at ZJU.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RayTracing-CEP2021

A course project for Cpp Engineering Practice Course at ZJU.

compile:

  • debug
cmake . -G "Visual Studio 16" -DCMAKE_BUILD_TYPE=Debug -Bbuild
msbuild /m /p:Configuration=Debug ./build/RayTracing.sln
  • release
cmake . -G "Visual Studio 16" -DCMAKE_BUILD_TYPE=Release -Bbuild
msbuild /m /p:Configuration=Release ./build/RayTracing.sln

About

A course project for Cpp Engineering Practice Course at ZJU.


Languages

Language:C++ 92.7%Language:CMake 7.3%