Better underwater reflections

I support you on this Eltobb water still does not look realistic enough

1 Like

While I do agree this would be a cool little feature, this is just a needle in a haystack.

There are more important things Roblox should focus on adding to the engine currently, and underwater refraction isn’t one of them (in my personal opinion).

Although, don’t get me wrong, I’m all for it. I just think there are better ways of going about this. I think at the very least they should improve the entire overall water shader, and even better, refraction/reflections in general, this being among it. Better to look at the bigger picture than these somewhat smaller issues, but this is still undeniably important, however.

1 Like

if we stop posting feature requests because you assume that “other things are more important” then we will end up with no feature requests at all.

replies are to support to the feature request. feel free to post the opposite but at least give specific reasons why, not just because you think that it’s unimportant.

3 Likes

Might’ve conveyed the wrong message in my post, in that case my apologies, but that’s not exactly what I meant. Elttob gave a very specific feature request, which is completely fine, I’m not against it or anything. I just meant I think posting about “the bigger picture” would be more efficient, but who knows?

Never said it wasn’t of importance, please read my whole post.

I can’t be the only one that thinks improving water and/or reflections and refraction in general ALONG WITH UNDERWATER REFLECTIONS is more beneficial than teensy tiny steps? I personally prefer feature requests with several important points in them when talking about a pretty vague topic that has many points of improvement, such as water.

Sorry for the misunderstanding, if there was any.

1 Like

i won’t reply any further on the context behind your original reply because it’s common sense that you’re calling it unimportant in the grand scheme of things.

make your own feature request if you want something else.

4 Likes

True, Roblox does lack nowadays standard features such as motion blur. And occlusion culling which is more of an engine thing anyway.

1 Like

Oh yeah! You’re right! Roblox’s graphics are on par with UE5! It’s up to ME to make my stuff look good! It would sure be a shame if we were using decade-old technology!

4 Likes

Let’s keep the feature request focused on the original topic. A more broad request can be opened elsewhere! I just prefer more atomically sized posts usually.

7 Likes

If Roblox released an update saying they added this, I’d probably be jumping up and down. I hope they do work on water some more.

2 Likes

Alrighty, well in that case I do think this would definitely be beneficial. Would open up more possibilities to underwater-based games, as most modern games on Roblox with swimming generally resort to custom water as a generally better alternative (due to Roblox’s… limited, water shader).

2 Likes

You can make things on par with UE5 graphics with the current technology; PBR support, billboards, and beams can go a long way. You can’t make a super realistic UE5 game without realistic assets; path traced flat cubes can only go so far with realism

oh yeah using beams turns on nanite LOD and pathtracing and dlss I forgot

1 Like

I get your frustration dude, your examples are kinda far fetched for roblox but, some stuff really is past due. How for example, do we still not have emissive textures supported on MaterialVariants/SurfaceAppearance in 2024 :sob:

5 Likes

I hire professional freelancers for my assets, which are easily above the current standards of popular roblox games. I’m tried of the roadblocks that the roblox engine has.

When will the day arrive when we don’t have to overlap Transparency SurfaceAppearance’s on top of Neon parts :saluting_face:

2 Likes

And those artists also have to optimize those models to look good on Roblox; for example baking details into normal maps instead of discarding it or making performance run horribly with keeping all the polygons. This is getting off-topic but there’s guides in #resources:roblox-staff on how to optimize your UV and materials to make the most out of the 1024x1024 textures and compression. For example for a rock asset using less of the UV on the bottom as it is sen much less often compared to the top. If there’s any particular things limiting you you should definitely submit a feature request; it shows demand for these types of features.

1 Like

because the forum is managed by this generations greatest minds, I cannot

The thing is, if you are talking about the triangle count, that really isn’t a big issue here. I’m going to say this. The 20k triangle limit is fully arbitrary. The engine does however have a limit, that isn’t triangles but verticles. They use a 16-bit indice to store the verticles, which means we cant surpass 65,536 verticles. If you do pass this limit the mesh starts corrupting and connecting faces to the wrong verticles. But the triangle count could realistically go all the way up to 200k~

I have a skinned .mesh file with said amount of triangles and it runs completely fine performance wise.

What mainly does matter however is how you optimize them. See roblox doesnt even have LOD support for skinned meshes at the moment. And the LOD distance is hardcoded and cant be changed, making it even worse for developers who had to shrink down their world due to future lightings light range cap.

You see what i mean? You lock 1 thing and it creates 10 other issues. Roblox needs to stop with this “gatekeeping” of freedom for the sake of the platform being easy for younger developers. Game development isn’t easy, its a steep learning curve that you need to be willing to take.

1 Like

Yo, would you make a seperate topic addressing that, because I have been wanting textures that have light up parts for a while.

Here’s an feature request for that

1 Like