Skip to content
Snippets Groups Projects
Name Last commit Last update
RayTracer
.gitignore
README.md

CppRaytracer

Requirements:

Compile and execute:

  • Start the VS Developer Command Prompt
  • Create a new folder \bin

    mkdir bin

  • Compile the code

    cl.exe /Zi /EHsc /Fe: bin/raytracer.exe RayTracer/.cpp Raytracer/tools/.cpp Raytracer/camera/.cpp Raytracer/material/.cpp Raytracer/material/texture/.cpp Raytracer/sampling/.cpp Raytracer/shape/.cpp Raytracer/testing/.cpp /Fo:bin/ /Fd:bin/vs140.fdb /std:c++17 /MP

  • Executable at \bin\raytracer.exe