kidoman / rays

Ray tracing based language benchmarks
https://kidoman.com/programming/go-getter.html
95 stars 23 forks source link

We need proper pixel conversion #17

Closed t-mat closed 10 years ago

t-mat commented 10 years ago

We can see many black dot in highlights. This is caused by overflow. We should implement proper pixel format conversion.

Maybe clamp to [0,255] is enough for this project.

kidoman commented 10 years ago

Yep, +1 to clamping

tkalbitz commented 10 years ago

+1

t-mat commented 10 years ago

Thanks for the implementations !