You can open the OpenglViewer.sln file in Visual Studio and run it by clicking 'Start Without Debugging' without any special settings.
Comments in code explain a short description of what the different parts of the program do. (MainRayTracer.cpp file in the Source Files folder)
Except for the libraries used in the sample code, no additional external libraries are required.
OpenglViewer.sln 파일로 visual studio을 열고 특별한 설정없이 디버그하지 않고 시작을 눌러서 실행할 수 있습니다.
Source Files 폴더 안 MainRayTracer.cpp 파일의 주석으로 프로그램의 각 부분이 어떤 역할을 하는지를 작성했습니다.
Sample Code에 사용된 라이브러리를 제외하면, 추가적으로 필요한 외부 라이브러리는 없습니다.
