The new lighting makes such a dramatic difference. Despite the same low polygon count, the levels seem much more lifelike. If all the game classics are re-released with raytracing engines, I will be all over it. The next years are going to be good.
Hopefully it doesn't become one of those annoying tropes, though. Like Photoshop lens flares— every game has to have a bunch of arbitrarily reflective materials and light shafts just because the hardware now makes it possible.
Quake II RTX: Re-Engineering a Classic with Ray Tracing Effects on Vulkan
91–100 of 169 posts
Re: Quake II RTX: Re-Engineering a Classic with Ray Tracing Effects on Vulkan
#92I love RTX, but it's so hard to demonstrate it. It doesn't give presence of any "wow!" effect (apart from demos that overdo reflections), it only gives absence of incorrect shadows, and humans are bad at noticing absence of things. Instead of "wow" you get "well, duh, that's how things should look".
I've noticed something similar with a lot of the game remakes from a few years ago, particularly the N64 Zelda remakes on 3DS. The remasters look how you remember the games back in the day, but if you compared them side by side the remakes look vastly better.
If you thought the official 3DS one was pretty, wait until you see the fan work done on a UE4 version:
Re: Quake II RTX: Re-Engineering a Classic with Ray Tracing Effects on Vulkan
#93Earlier quoted context omitted.
I would argue that VR is the next step like this. Even taking an "old" title like Skyrim drives home that no matter how nice the renderer makes it look on a screen, it is still flat. With VR you are in the place. Does the raytracing look really, really nice? Yes, definitely. Is it that much better? I don't think so (personal opinion, of course)...
Working in VR, I think ray tracing is really going to come into its own with VR. Some of the effects that are mostly just nice visuals on a monitor actually make VR more usable. Accurate contact shadows for example are super important to our brain when picking up and putting down objects off surfaces to help get an accurate sense of distance and are extremely hard to do well with rasterization based techniques but th…
Re: Quake II RTX: Re-Engineering a Classic with Ray Tracing Effects on Vulkan
#94Re: Quake II RTX: Re-Engineering a Classic with Ray Tracing Effects on Vulkan
#95This is great to see. Quake and Doom were all about elaborate fake 3d and elaborate fake raytracing to run fast and look amazing on slow hardware. As technology improved, first we got a real 3d engine and now we finally have a real raytracing engine.
What do you mean "fake 3d"? They are as 3D as any other computer generated images with linear perspective. Quake is even using a rasterizer like nearly all games today.
Re: Quake II RTX: Re-Engineering a Classic with Ray Tracing Effects on Vulkan
#96No mention of how to download it - either in the negative "You can't..." or positive. Seems a strange omission.
Re: Quake II RTX: Re-Engineering a Classic with Ray Tracing Effects on Vulkan
#97The new lighting makes such a dramatic difference. Despite the same low polygon count, the levels seem much more lifelike. If all the game classics are re-released with raytracing engines, I will be all over it. The next years are going to be good.
It's cool, but even back in the day people that competitively played Quake 2 & 3 would turn down every detail to be very low, sans the resolution. In part because it helped with lag, but it also made spotting enemies much easier. The lighting in this demo is very nice, but at least in the Quake world, no one would really use it because it's very distracting, specifically the lighting.
Re: Quake II RTX: Re-Engineering a Classic with Ray Tracing Effects on Vulkan
#98Is this ray tracing or path tracing? I'd think that real-time path tracing would still be hard/impossible in real-time considering the number of samples, but I'm not sure. People throw around these terms interchangeably which complicates the discussion, though the algorithms have notable departures from each other.
I thought path tracing was just ray tracing with additional random scatters traced, is it not?
These days, it does tend to mean doing global illumination using ray tracing.
Originally, the term “path tracing” was used to refer to taking a single random scatter at every step along a path of connected segments, as opposed to the idea of taking multiple random scatters at a point and averaging them, recursively. It’s a way of thinking of Monte Carlo rendering as taking one sample in a very high dimensional space - where a chain of ray segments, or “path” is a single sample - rather than thinking of each ray segment separately as a sample.
Ray tracing, FWIW, can sometimes refer to situations where you’re not even rendering. It has a more general meaning of doing line based visibility queries, which you can use for lots of things.
Re: Quake II RTX: Re-Engineering a Classic with Ray Tracing Effects on Vulkan
#99This is great to see. Quake and Doom were all about elaborate fake 3d and elaborate fake raytracing to run fast and look amazing on slow hardware. As technology improved, first we got a real 3d engine and now we finally have a real raytracing engine.
What do you mean "fake 3d"? They are as 3D as any other computer generated images with linear perspective. Quake is even using a rasterizer like nearly all games today.