-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Fixes for compiling and running on Linux 2. Fixed tiles not rendering correctly when window is resized 3. Fixed issues with instancing
- Loading branch information
1 parent
626ba43
commit 9fa777d
Showing
154 changed files
with
493,111 additions
and
37,431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
# Don't track content of these folders | ||
|
||
.vs/ | ||
bin/* | ||
!bin/assets | ||
#bin/assets/* | ||
#!bin/assets/*.scene | ||
PathTracer/Release/ | ||
PathTracer/Debug/ | ||
build/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Instructions for building: | ||
|
||
* apt-get install libsdl2-dev | ||
|
||
* git clone https://github.com/knightcrawler25/GLSL-PathTracer.git | ||
|
||
* cd GLSL-PathTracer | ||
|
||
* mkdir build | ||
|
||
* cmake .. | ||
|
||
* make | ||
|
||
* cd build | ||
|
||
* To run the program: ./PathTracer | ||
|
||
* Additional samples can be downloaded from: https://drive.google.com/file/d/1UFMMoVb5uB7WIvCeHOfQ2dCQSxNMXluB/view |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.