I looked over his project, this is not a “lighting enhancer”. It does not mess with the lighting settings except using EnvironmentSpecularScale.
Uhh did you read the code on GitHub?
Yes I did, it just adds a blur, bloom, colorcorrection, sky and atmosphere. It again is really similar to NovemberReject’s lighting enhancer.
Or should I say, it’s the exact same code.
Again, trying not to sound rude but, just so no one gets mislead, this (seems to) only looks as good as it does because cubemap images are generated indoors by Roblox (basically, reflections) due to a recent update. Unless your game is fully indoors and every texture is PBR, it wont look anything like this, and will reflect the skybox. This can all be done without this resource.
Y’know, something interesting or impressive. Actual raytracing, a lighting engine, something that has never been done before on Roblox.
This is what it does to outdoors, so yes it still does work outdoors, and most of these buildings aren’t PBR.
Before:
After:
(This is a PBR meshed building)
The glass is reflecting the sky. Not the road below it, or the environment around it. The third image is what you would call a shadow.
Fair enough, you’re right. I know this might sound like a crazy dumb idea but what if I made some sort of fake sky to be able to reflect the interior too?
there’s some problems
-
ipairs
only stops yielding if it reachesnil
, which isn’t even possible when usinginstance:GetChildren()
and you don’t need to usepairs
noripairs
anymore because of the iterationfor i, v in instance:GetChildren() do
-
if v == true then
is 100% equal toif v then
- You’re supposed to be using
character:FindFirstChildOfClass()
instead ofcharacter:FindFirstChild()
for the clothes
I think I have a smarter idea, which might take some time for me to fully finish and optimise
Is it just me or it doesn’t seem to do anything? I might be doing this incorrectly so correct me if I’m mistaken. I do notice the materials look slightly shinier but I don’t see any changes in reflections.
Also, I replied to you by mistake. Sorry about that.
Are you using future lighting?
Currently, the model is not available.
keystrokse
I don’t understand what is so useful about this resource, it’s just that in fact a metal reflective surface is turned on objects
If you guys want Ray Tracing without quotation marks and that doesn’t make everything look wet, here is a resource that might help: TPGI RE4 - Faster Realtime GI!
It might not be the cheapest but does the job pretty well. It does exactly what Ray Tracing does, adds Global Illumination, where light bounces of objects and illuminates other objects.
Hey, that’s because my account was terminated, the model should now be availible since it is no longer deleted. However - it is not that great and there are some other interesting resources like @BubasGaming mentioned: