Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 250 Bytes

File metadata and controls

13 lines (12 loc) · 250 Bytes

Ray tracing in one weekend by C++

运行:

mkdir build
cd build
cmake ..
make
./RayTracingInOneWeekend > image.ppm

运行完成后结果将存储在文件/build/image.ppm

示例结果:

img