Did it get pushed out? I beg of you, make it possible to turn it off! It looks absolutely terrible in some cases. I was working on a commission when I see this:
This looks amazing, this is a huge upgrade to terrain water! Now I’m just hoping the Roblox staff will increase the 3D resolution of Terrain, since more devices could handle that now, and it would improve Terrain transitions smoother, and it would make the rest of Terrain smoother, and it would open the door for smaller brush sizes.
Did you happen to select a really dark water color by any chance? It seems from the screenshot that it is quite light outside, while the color is quite dark… this is usually a problem with the Terrain → Appearance → Water Color being set really dark and then the extra modulation of the time of day that got added makes it slightly darker.
Can you perhaps make the water color a little lighter?
FWIW I just tested it in the default Pirate scene and I’m seeing a multiply by 1,1,1… or in other words, with the flag on or off, it behaves the same. But it could be that you have some other settings which somehow make the value with the flag on darker.
The parameters for changing the water fog range, etc, are the same as before. The color is automatically modulated by time of day and that won’t change.
If you are referring to what other people have asked about for the range of the fog. I’ve added a ticket to add better support to control the range of the fog to our todo list, but no promises as to when this will be worked on.
I’m seeing big talk about adding underwater rays as a lighting improvement to water,
Examples
Which I have came up with ways Roblox Staff could add them in without having to add a lot of new assets and objects, but by reusing things already available.
The Sun Rays property is essentially where you look at or near the sun, it has rays of light surrounding an object that is casting a shadow or blocking the view of the sun.
To achieve the effect of underwater rays, we need something that has these properties:
Is invisible
Blocks sun rays but doesn’t obscure sunlight/doesn’t cast shadows.
Moves with the speed of the water to create moving rays (Not needed but highly recommended.)
Cannot be interacted with (obviously)
The way to add this it to add objects similar to terrain grass to create the underwater rays. Terrain grass as seen in the video below does a pretty good job at creating that effect.
As a plus, the grass movement gives that shimmer effect that underwater rays have. If you wanted to go further, you could add a non-PBR moving texture of underwater rays being refracted onto whatever terrain/part/model is underneath. (Wouldn’t recommend adding it to parts or models by default [or at all], because developers can just add an overlay texture themselves.)
EDIT: I just realized the video link expired so here’s some other videos:
But somehow someone made a shaders that do similar thing in unreal engine, however not physically accurate but it still looks really nice. But I do understand this can be difficult to implement.
You know what would be cool? Underwater sun rays that go through the water depending on its transparency level and actually casts light on the ground (If it’s not too deep)
What do you think?
Oh… That’s really unfortunate
But I think there’s a workaround for this problem, like this for example. I think it’s just a part that has a water ripple effect on it put at the bottom of the pool to make it look like caustic reflections? That seems easy enough to add it to Studio but I have no idea if it’s easy to utilize it on bumpy surfaces like terrain, as I’m no scripter and know nothing about that field.
What about a workaround like this for example? I think its just a part that has a water ripple effect on it placed at the bottom of the pool to make it look like caustic reflections? Would that be easier to add then?