Ray tracing.

Now I have tested and stable ray tracing on the C++ side. Time to port to GLSL.

 

Still using my hacky shadow tracing method at the moment, but notice that I added in a Lambert calculation for lighting and determining if rays need to be cast in the first place (removes roughly half of the required rays.)

screenshot16

Leave a Reply