this post was submitted on 24 Nov 2023
1039 points (99.8% liked)

196

16216 readers
2234 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 32 points 9 months ago (2 children)

Eh, pathtracing is pretty cool, and when used correctly, it can lead to real amazing results, while the artist does not have to care about performance as much. Baked lighting is very nice for static scenes, but it also consumes a lot of storage.

[–] [email protected] 12 points 9 months ago* (last edited 9 months ago) (2 children)

Godot's SDFGI seems like a good tradeoff, particularly as it works well on not-super-new GPUs (Juan: "but you can run them great on something old, like an gtx960 or a rx450 and get pretty real-time lighting at 1080").

It's brilliant.

[–] [email protected] 2 points 9 months ago

It's not really that dynamic yet though, but I looked at their presentation where they talked about future features and they said that support for dynamic objects will be coming. I'm pretty excited about where its going.

They originally planned to get the improvements out in 4.1 but it looks like they haven't gotten around to it yet. https://github.com/orgs/godotengine/projects/33/views/1?pane=issue&itemId=12571576

[–] [email protected] 2 points 9 months ago

Sdfgi is pretty cool, (I develope with Godot), but for now it's still really hard to figure out the right settings for it to not be a gigant splat fest... Cuz it leaves splats of color all around the place. Outside scenes work a lot better though, so that's cool.

[–] [email protected] 7 points 9 months ago (2 children)

cyberpunk has a path tracing setting and it gives me even worse performance than ray tracing 😭

[–] [email protected] 24 points 9 months ago (1 children)

that's because it's more intensive than Ray Tracing.

[–] [email protected] 9 points 9 months ago

hello I would like to run my games at 1 quarter framerate please

[–] [email protected] 2 points 9 months ago

True, it does tank performance a lot. For that though, you are getting actual realistic lighting, which makes certain scenes look like absolute garbage, since these scenes were designed with the "fake lighting" in mind.