-
Notifications
You must be signed in to change notification settings - Fork 1
Visual Studio Setup
Fabian Mastenbroek edited this page Jun 19, 2017
·
2 revisions
Download the source code by running the following code in your command prompt:
$ git clone --recursive https://github.com/fabianishere/traceur.gitor grab a copy of the source code as a Zip file (make sure you also download the submodules if you use them, because they are not bundled in the file)
Open the CMake GUI application, then:
- set the path to the source directory to the directory where you downloaded the source code.
- set the path to the build location to a directory named
buildin the directory you specified above.
You can now configure, generate and open the project in Visual Studio.
Run the traceur-frontend-glut binary to start the raytracing frontend. Make sure you have included the models in your current working directory from where you call the binary. Traceur looks for a cube.obj by default.