There might be a good reason for this. Raster effects were already really good in newer games, and ray tracing could only improve on that high bar. It’s filling in details that are barely noticeable, but creap ever so slightly closer to photorealism.
Old games start from a low bar, so ray tracing has dramatic improvement.
Cyberpunk is a good example of gorgeous raytracing: https://www.youtube.com/watch?v=3pkuU0cGQu8
The problem is that proper raytracing is way too heavy for most machines, so game devs don’t bother. The Cyberpunk example on max graphics would need an RTX 4090 just to run it over 60fps. No point in pushing tech that nobody can run yet.
Raytracing on older games looks great because they already weren’t intensive to run, so developers can get away with maximizing raytracing while still running fine.
I’ve been playing Cyberpunk on an RX 7900XT at basically maxed out graphics, with only some of the raytracing reduced to get it to a consistent 60 fps. The game looks stupid good. But the raytracing is only for shadows and reflections and it has such a massive impact on performance, though I know my GPU is not as effective at raytracing as Nvidia would be.
Like the other reply mentions, Control also looks great with raytracing on, but the scale is not the same as Cyberpunk, so the framerates don’t suffer as much.
Control also did a fantastic job. At some point the reflections on the glass are almost too good. There is a puzzle where you need to look through some windows to solve it. I couldn’t see what the hell was going on because of the reflections and had to turn RTX off. It was otherwise great and I think the difference is dramatic.
Imo it has less to do with photorealism vs non-photorealism and more to do with pbr (physically based rendering) vs non-pbr. The former attempts to recreate photorealistic graphics by adding additional texture maps (typically metallic/smooth or specular/roughness) to allow for things ranging from glossiness and reflectivity, to refraction and sub-surface scattering. The result is that PBR materials tend to have little to no noticeable difference between PBR enabled renderers so long as they share the same maps.
Non-pbr renderers, however, tend to be more inaccurate and tend to have visual quirks or “signatures”. For an example, to me everything made in UE3 tends to have a weird plastic-y look to it, while metals in Skyrim tend to look like foam cosplay weapons. These games can significantly benefit from raytracing because it’d involve replacing the non-pbr renderer with a PBR renderer, resulting in a significant upgrade in visual quality by itself. Throw in raytracing and you get beautiful shadows, speculars, reflections, and so on in a game previously incapable of it.
It’s just because newer games have too much to effectively ray trace, so they have to use it in a very limited manner. There are very few games fully ray traced.
Ray traced quake looks more like real video than a lot of those modern games do; it just looks like some kind of theme park/old theater costume type of deal with a lot of rubber because the materials aren’t as good.
Yeah, for sure. Raytracing is very computationally intensive. It doesn’t make sense to do full-scene raytracing unless you have hardware that’s specifically designed for it. It works for something like quake since none of the scenes are particularly complex, but obviously you don’t hit anything close to the same framerates as you would with raster rendering.
To be fair, those old games have been rewritten in newer engines in order to support ray tracing, and at that point you could apply other modern global illumination methods and get almost the same effect with less performance cost.
The thing that makes raytracing so attractive, though, is how extremely easy ray tracing is to implement. Unless I’m copy-pasting others’ finished work, I can make raytracing work over the weekend with Vulkan or DirectX shaders as opposed to having to implement 10-15 other shaders for the same effect over half a year of development.
I feel like gamedevs and game publishers are more excited about raytracing than consumers, because it would allow them to throw out the entire range of
smokes and mirrorstricks currently used for simulating lighting. Which makes the code simpler and cheaper to implement.Raytracing is really the more obvious way of implementing complex lighting, it’s just always been out of reach performance-wise.
Well, it still is. Games still use those same tricks and then only mild raytracing on top for the finishing touches.I think part of the push is just from Nvidia to try and get vendor lock-in, like they have with CUDA. Many games that use raytracing will only work on “RTX” cards which are only sold by Nvidia. Raytracing also has the benefit of increasing demand for upscaling, like DLSS, which further increases vendor lock-in.
Also, most devs are going to be using some sort of game engine where the hard parts of rasterization are already taken care of, like with Lumen in Unreal Engine 5.
I’m an old gamedev and for me the goal of ray tracing was always photo realism.
Raster shaders can get you toon shading, enough photo realism, funky effects and so on.
I prefer going to the myseum and looking at impressionist art than photos.
But that’s maybe just me.
I think Gothic 3 had a realistic lightning mod, but they had to cheat because the company made the buildings so they looked good with the original lightning.
So, yeah, does not always work.
Teardown has wonderful raytracing but again they’re not going for photo realism
Note that teardown does not use hardware ray tracing.