Skip to content

Commit

Permalink
Tweak pathtracer defines
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Jul 22, 2023
1 parent ba12a20 commit 12e1222
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified base/Shaders/raytrace/raytrace_brute_core.cso
Binary file not shown.
2 changes: 1 addition & 1 deletion base/Shaders/raytrace/raytrace_brute_core.metal
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#define _EMISSION
#define _SUBSURFACE
#define _TRANSLUCENCY
#endif
#define _FRESNEL
#endif
#define _RENDER
// #define _ROULETTE
// #define _TRANSPARENCY
Expand Down
Binary file modified base/Shaders/raytrace/raytrace_brute_core.spirv
Binary file not shown.
2 changes: 1 addition & 1 deletion base/Shaders/raytrace/raytrace_brute_full.metal
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#define _EMISSION
#define _SUBSURFACE
#define _TRANSLUCENCY
#endif
#define _FRESNEL
#endif
#define _RENDER
// #define _ROULETTE
// #define _TRANSPARENCY
Expand Down
2 changes: 1 addition & 1 deletion base/Shaders/raytrace/src/raytrace_brute.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#define _EMISSION
#define _SUBSURFACE
#define _TRANSLUCENCY
#endif
#define _FRESNEL
#endif
// #define _RENDER
// #define _ROULETTE
// #define _TRANSPARENCY
Expand Down

0 comments on commit 12e1222

Please sign in to comment.