Sergey Yablokov

Results 3 comments of Sergey Yablokov

Hi! You can find binaries here: https://github.com/sergcpp/RayDemo/releases, I will add a couple more scenes soon. The lib itself is intended as embeddable renderer, therefore I use seperate repository for heavy...

On GPU I use fairly simple two-level binary BVH traversal with stack siting in shared memory. I tested a stackless approach some time ago, but ended up with this after...

Yeap, that's kind of the end goal of this project. I want to integrate it to Blender and possibly Sketchup. Blender is especially tricky because of shading graphs. I would...