I’ve been interested in the topic of Ray Tracing for a long time. I implemented the reflection technology, and now I’ve been able to implement a simple addition of an ray traced and realtime global illumination.
The system isn’t the best, but I was able to achieve whatever I tried.
This system will be available for sale, but not only with global illumination but with a whole package that includes more things, such as an Lighting Object Creation Framework (similar to Roact)
Compared to other global lighting systems, this one works with “Future” (Not in the best way, but it looks decent.) and others technologies.
I think it looks good but you mentioned you were going to be selling it? May I ask when you plan to put it for sale and how much your asking price will be?
The system casts a ray from the camera, detects an object hit, and gathers details. It then verifies sunlight and other light sources using additional rays. Finally, it temporarily creates PointLights to simulate more realistic lighting.