THE NEW AND IMPROVED RAY TRACER THAT IS LIKE THE OLD ONE BUT BETTER!
The 3rd one that I made because the other ones had a lot of problems because of the bad implementation of ray tracing, so what would be the smart thing to do…? MAKE ANOTHER ONE!
DISCLAIMERS!
It is recommended to use this with shadow map instead of future lighting due to the amount of lights it creates makes some problems with rendering them all. (also shadow map looks nicer)
This is a ray tracer, so it tanks the performance of your game when turned on.
Do not just disable the script if you want to turn it off, instead use the shutdown event in the script
insert in StarterPlayerScripts to get it to fully work
Is there a reason why the demo place is device restricted? If it’s a issue with performance you should just put a warning in the description as many mobile devices are more powerful than computers
Looks good, I wanted to mess around with it a bit more but Roblox decided it was hungry for some ram.
I can see myself using this in a few small demo games.
What do you mean by it? If you mean the bounce lighting than it is supposed to adjust with the distance from the light to the camera to help fill up space that needs light that is farther away, I can reconfigure this if that is the problem when I get home.