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 (1 children)

Raytracing produces realistic visual effects without requiring tricks like ambient occlusion, screen-space reflections, shadow resolution and so on, since those emerge as a result of raytracing anyway and are much more realistic. I'm currently rendering a Donut in Blender where the effects are clearly visible in comparison.

However, due to the high amount of optimization in visually impressive realtime rendering engines like game engines, I agree with you that I don't see many benefits comparing ray tracing in games with contemporary alternative techniques.

Nevertheless I think that's the future. In the long run, there's nothing better, i.e. more accurate, than simulating the behavior of light when it comes to visual realism.

[–] [email protected] 28 points 9 months ago* (last edited 9 months ago) (1 children)

Also, baked lighting has another cost - nothing that is baked can be dynamic, and it has to be done during development, so it takes up dev resources.

Raytraced stuff happens immediately without tricks. All you need is the geometry and the materials to be accurate, and it should look right, no questions asked.

Once we get to a point where raytracing can be assumed even for low end systems, the problem where systems can't run certain games could become a thing of the past. I mean, if manufacturers weren't constantly bombarding us with planned & perceived obsolescence.

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

in the case where you have vehicles with explorable interiors (like the ships in Star Citizen), lighting has to be dynamic because lighting conditions change just as a result of flying around normally. The position of the sun in whichever of the two (current) star systems you're in relative to your ship, and the atmosphere which may or may not be present outside, the position of cargo and objects/materials that will be receiving light and causing it to diffuse onto surrounding surfaces in a cabin also requires at least some kind of reference or it just feels BAD.

But the recent citizencon engine presentation showed some AMAZING new short cuts that give just enough visual fidelity without tanking the framerate that it scratches some kind of itch DEEP within the predictive modeling of the human mind... when light acts more like it's supposed to, it's fucking magical.