yuphin / Lumen

A Vulkan Raytracing framework for various bidirectional path tracing techniques
MIT License
449 stars 29 forks source link

cleanup code. use constants #17

Closed tigrazone closed 9 months ago

tigrazone commented 9 months ago

I cleanup code - remove unused code. Constants have better precission for PI based consts. Precalculated typical PI uses

yuphin commented 9 months ago

Thanks for the effort, but these changes won't be necessary since I'm planning a larger re-write of the backend GLSL code in the future. There are many other places in the code that needs a re-touch, so I'll address them when the time comes.