Skip to content
Snippets Groups Projects
Commit cd3cad2e authored by Katharina Krämer's avatar Katharina Krämer
Browse files

[#94] removed noise by increasing hit bias

 to avoid self intersection
parent 20ea13b1
No related branches found
No related tags found
1 merge request!77Resolve "SAF-R Module"
Pipeline #27215 passed
......@@ -3,7 +3,7 @@
// defines constants
const float pi = 3.1415926535897932384626433832795;
const float hitBias = 0.0001; // used to offset hits to avoid self intersection
const float hitBias = 0.01; // used to offset hits to avoid self intersection
layout(local_size_x = 16, local_size_y = 16, local_size_z = 1) in;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment