this post was submitted on 23 Jun 2025
671 points (97.9% liked)

Greentext

6546 readers
1068 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Blackmist@feddit.uk 2 points 15 hours ago (1 children)

Reflection probes are one way. Basically a camera drawing a simpler version of the scene from a point into a cubemap. Decent for oddly shaped objects, although if you want a lot of them then you'd bake them and lose any real time changes. A common optimisation is to update them less than once a frame.

If you have one big flat plane like the sea, you can draw the world from underneath and just use that. GTA V does that (like ten years ago without RT), along with the mirrors inside. You could make that look better by rendering them in higher resolution.

https://www.adriancourreges.com/blog/2015/11/02/gta-v-graphics-study-part-2/

Where RT is visibly better is with large odd shaped objects, or enormous amounts of them. I can't say it's worth the framerate hit if it takes you below 60fps though.

[โ€“] AdrianTheFrog@lemmy.world 0 points 4 hours ago

I haven't personally played a game that uses more than one dynamic reflection probe at a time. They are pretty expensive, especially if you want them to look high resolution and want the shading in them to look accurate.