After making a couple of modifications, I made big improvements to the reflection system present in this post: Ray Traced v1
Improvements:
- Shadows
- Lambert Lighting Model
- Use of EditableImage
Some images of the system:
After making a couple of modifications, I made big improvements to the reflection system present in this post: Ray Traced v1
Improvements:
Some images of the system:
Is there any test place for this system?
It is currently untestable due to EditableImage not being available in the Roblox client (can only be used in Roblox Studio)
It looks AMAZING, but how much does it affect performance? I might add something like this as an option for my horror projects.
It depends on the reflective objects on screen and the options you use. With the right settings, the system can drop only 10% of performance
This reflection system is great! Nice job on it! How long did it take for you to make it? It looks EXTREMELY realistic now! I really hope this is the future of Roblox games!
2 days to adapt it to EditableImage, 1 day to make the shadow system and lambert lighting model, and finally 4 days for error correction. In total, a week.
Thanks for the comments, I appreciate it very much