raytracer.hpp icon indicating copy to clipboard operation
raytracer.hpp copied to clipboard

Reflections do not look right in my opinion

Open BigETI opened this issue 5 years ago • 0 comments

If there are too many ray bounces, the color result is an average of the albedo and grey, which does not look right in my opinion. I tried setting reflection to the current albedo, if there were too many bounces.

Before

0 bounces

render-rt-aa-0 grey

1 bounce

render-rt-aa-1 grey

2 bounces

render-rt-aa-2 grey

3 bounces

render-rt-aa-3 grey

4 bounces

render-rt-aa-4 grey

5 bounces

render-rt-aa-5 grey

6 bounces

render-rt-aa-6 grey

7 bounces

render-rt-aa-7 grey

8 bounces

render-rt-aa-8 grey

After

0 bounces

render-rt-aa-0

1 bounce

render-rt-aa-1

2 bounces

render-rt-aa-2

3 bounces

render-rt-aa-3

4 bounces

render-rt-aa-4

5 bounces

render-rt-aa-5

6 bounces

render-rt-aa-6

7 bounces

render-rt-aa-7

8 bounces

render-rt-aa-8

BigETI avatar Nov 02 '18 04:11 BigETI