Skip to content

Commit

Permalink
add more images
Browse files Browse the repository at this point in the history
  • Loading branch information
dluisnothere committed Oct 10, 2022
1 parent 127c293 commit 13625df
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added img/cornell.2022-10-09_22-31-51z.5000samp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/refractiveKitty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions scenes/cat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ EMITTANCE 0

// Refractive glass
MATERIAL 5
RGB .98 .50 .70
RGB .98 .98 .98
SPECEX 0
SPECRGB .98 .98 .98
REFL 0.3
Expand Down Expand Up @@ -100,7 +100,7 @@ cube
material 0
TRANS 0 10 0
ROTAT 0 0 0
SCALE 3 .3 3
SCALE 5 .3 5

// Floor
OBJECT 1
Expand Down
2 changes: 1 addition & 1 deletion src/sceneStructs.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#define BACKGROUND_COLOR (glm::vec3(0.0f))

#define LOAD_OBJ 0
#define LOAD_OBJ 1
#define USE_BOUND_BOX 0
#define USE_UV 0
#define USE_PROCEDURAL_TEXTURE 0 // cannot be on at the same time as USE_UV
Expand Down

0 comments on commit 13625df

Please sign in to comment.