• Hey, guest user. Hope you're enjoying NeoGAF! Have you considered registering for an account? Come join us and add your take to the daily discourse.

Watch Dogs RTX - Beginner's edition

sobaka770

Banned
EDIT. Ok you win, no more bland screenshots!!

I wanted to make this thread to go over RTX in Watch Dogs Legion as there were multiple discussions on how good or bad it is and whether it's worth a tradeoff in performance.
I'm also going to make this post hopefully very easy on a technical level because there's plenty of technical info to go around for people who want to go deeper into the tech.

1. What is Ray-Tracing and how does WD:Legion use it.

Ray Tracing is actually a very straightforward naming for the technique. In global terms it literally means tracing a ray (a line) from a one point to another in a scene and calculating what happens when on impact based on source of the line and end-point properties. Mostly we hear Ray Tracing in terms of graphics but the technique of just drawing a line from between objects to calculate the interaction between the two can be also done for audio and other gameplay things such as tracing a line of a bullet between a gun nozzle and the target. There are several parts to ray tracing - you need to first trace the line and then have computations made between the two objects. In case of a gun it's very simple - if a line is traced and the object A - gun - is fired then when the line traced in the direction of gun nozzle touches an object B - that object is hit by a bullet. Things get more complicated when the two things interacting are not as simple to calculate.

Let's focus on graphics as it's the main talking point in the ray tracing revolution. Here ray tracing usually means using one or all of the following 3 techniques: Global illumination, Shadows and Reflections.

  • Global Illumination or GI means that we would trace lines from a light sources of the scene (think sun or torches or flashlights) with set parameters for brightness, softness etc across the geometry that player sees. These rays will then calculate how the material that is used on these geometries (physical properties of the material) should react to the light with a proper angle, diffusion, reflection etc. In practice this means that the lighting is much more realistic as light in itself is a ray and therefore if we can model the line from source of light to the surface and then, based on that, model secondary rays reflected of that surface to other surfaces and so on in real time, that would mean that our lighting is basically perfect.
  • Shadows - a much simpler version of GI doesn't calculate the light reflections, instead it calculates where the object doesn't receive light or partial light from the light sources in the scene. This makes shadows much more realistic and the calculations to achieve this effect are much easier on the hardware than GI but the effect is only applicable to shadows.
  • Reflections - ulike other techniques, here instead of projecting rays from source of light, rays are usually projected from the reflective surface itself such as a window or watery surface. If that ray hits another mesh this indicates which texture needs to be reflected. Calculations can be relatively simple if it's a perfect mirror but if the surface is uneven or moving such as a river it becomes more complicated as the picture is not just a mirror reflection.
WD: Legion uses Ray-tracing only for reflections. This means that on PC with RTX on or on consoles you will notice that reflective surfaces now use the technique of racing trays and reflecting surfaces. You will not see proper light bounces from GI or better shadows because the game doesn't implement these techniques.

2. Why Ray Tracing

Everything we see is light or bounces light. In a perfect world ray traced GI from all light sources taking into account all the properties of outgoing light and reflected light would be sufficient for every single game to achieve perfect look. This is the ultimate correctness of graphics. I use the word "correctness" and not "realism" because the picture at the end doesn't need to be realistic, but it will be correct. E.g. Pixar movies are all ray-traced but they are still cartoons.

Without Ray-Tracing the developers have to use techniques to approximate reality whether in lighting, shadowing or reflecting light. While the techniques improve and always get better at approximating reality they can only do so much and while sometimes the picture looks almost correct, there are always small parts of it that stand out to our eye and break the illusion. Moreover the more complex the techniques become the more computationally expensive they get.

3. Why not Ray Tracing

Tracing a single line is not hard. However to achieve a good image quality the computer needs to trace millions and billions of lines each calculating its properties. This is computationally extremely expensive, because for every line (every ray) you need to compute the interation between the source and the target. Light and its interaction with surfaces is complex. The source of light may be of different colour, of different intensity, direction, softness etc. The surface may be more or less reflective, absorbant, diffuse etc. And when a light bounces of a reflective surface it becomes a source of light itself! Computing these things is easy when you have to do it once for a picture like in the movies but in real time you only have a few milliseconds to process it all (30FPS - 33ms, 60FPS - 16ms and let's not forget that ray tracing is only part of the frame output).

This is why NVidia uses special hardware that has the sole job of optimising tracing of lines and computing the impacts. It also has software to optimise the process. DLSS is also used because lower resolution means less rays to be traced and therefore less calculations to be made. It's cheaper to make the initial picture in 1080p, compute rays and then upscale it to 4k using DLSS than tracing 4x times more rays at full 4k resolultion. It's that hard. This is also why Ray Tracing has been split in several techniques because implementing just shadows is computationally cheaper than full GI. On consoles we also see other optimisations , to begin with by using a reduced number of rays (cheaper but picture is blurrier). Ray traced reflections in Ratchet and Clank work as described before - reflective surfaces trace rays to see what to reflect, but notice that they don't reflect everything in the scene - that means that rays traced from these surfaces can only bounce from certain geometry they encounter which reduces the amount of computation.

4. Where are we at today?

Ok this is the part where I took some screenshots from WD: Legion for comparison. Let's recall that in these pictures only reflections use the technique, we won't look at shadows or light because nothing changes with Ray Tracing On for these elements.
As always reflective Ray Tracing works best when there are a lot of reflective surfaces. In examples below I will compare scenes on a rainy day with a lot of puddles and wet pavement as well as windows. Welp, apparently HDR breaks screenshot vibrancy so it's a sunny day no but still plenty of puddles and windows to look at!!

EXAMPLE 1. Ray Tracing vs Good Screen-Space Reflections.

Before I go further, a quick note on Sceen-Space Reflections or SSR. SSR is one of the techniques to approximate reflections instead of using ray tracing. It's much cheaper to compute and the way it works in a nutshell is that it computes reflections in the reflective surfaces from objects that are visible to the player. If the player doesn't see the object - it disappears, which is a big issue of SSR that we will see in the example 2. Below is an example of a relatively good result from SSR reflection in the rain.

SSR
gKJCdpG.jpg



RAY TRACING
OZL9HRc.jpg


We can see SSR does reflect the tree relatively well in the big puddle and creates an illusion of proper reflection. Ray Tracing however gives much more depth to the reflection (SSR uses techniques to approximate reflection but it creates denoising artifacts etc.) and looks much more consistent. It's even more apparent in puddles far away where reflections are still calculated properly and the wet cardboard in front of the player character where SSR breaks as the player doesn't see the big tree in front of him. Now let's remove the tree from our viewpoint and make the case where SSR breaks completely.

EXAMPLE 2. Limits of SSR

SSR
jaDOwmI.jpg

RAY TRACING
o2nr5lh.jpg


OH NO! The big tree is no longer in the player viewpoint and immediately the puddle has nothing to reflect. SSR cannot reflect something the player doesn't see on screen. The puddle therefore reflects the default skybox and while the image still looks okay, it just doesn't feel "right", doesn't it? Notice as well how approximated the reflections of pedestrians are, which look more like shadows than real reflections. In comparison, Ray Tracing draws the line from the puddle and hits the tree branches consistently and therefore we still see the reflection of the tree in the puddle even if it's out of players view. NPCs are alse reflected with much greater precision and the puddle on the left actually reflects the pink mannequin instead of a weird shadow blob.

EXAMPLE 3. Windows

SSR/CubeMaps
lmTrZRe.jpg

RAY TRACING
0XAF6W9.jpg


Another big impact on correctness of imagery of WD: Legion reflections can be seen in the windows of London. Whether when driving or walking around notice how SSR once again cannot reflect things out of sight but also an even simpler technique call cubemaps is sometimes used to approximate reflection in a pre-baked way. This means the reflection is usually low-resolution and placed by hand by the developer - intensive work and the result is still often incorrect. In this case notice how Ray Tracing not only reflects the not-visible-to-player part of the building in top windows (notice also that pre-built in cubemap in top windows shows a reflection of geometry that doesn't exist at all). The bottom window without Ray Tracing uses a simple skybox reflection when there is a flagpole right next to it. The puddle next to the scooter on the bottom right is probably SSR at it's best - the reflection using SSR looks very good but notice how Ray Tracing still has more detail and depth.

Spot the Ray Tracing.

OK These are simple examples but spot the difference for yourselves by looking at this drone metal and the King's college entrance.

whMbmsT.jpg


SMX2Fpg.jpg



6jGQbtC.jpg


KuHn1Sf.jpg


YgqaPdT.jpg


SMXH2qO.jpg



Conclusion/TLDR

I hope this post helps people to understand the basics of ray tracing and showcase how it's used in the latest Watch Dogs game. The last question to answer is: is ray-tracing worth it? And the asnwer to that I leave to you. I can only give my opinion.

It will be a decade and at least 1-2 more console generations until we may achieve the use of Ray Tracing for all light sources in real time for games. Today we can expect only partial implementations like those seen in Watch Dogs or Control. Ray Tracing is very expensive and it's even more expensive the more geometry there is in the scene, more light sources, more meshes to bounce of, more materials to compute. That's why Quake 2 is the only demo of full ray-tracing - it's geometry and materials are very basic being over 2 decades old. That being said Ray Tracing in short-term span is not going to drastically change how the picture looks on next-gen consoles but even with partial implementation I hope you notice how correct the image looks in comparison to reconstruction techniques just when looking at reflections. The effect shown on screenshots is more pronounced in motion as there is no place where the ray traced reflections in Watch Dogs falter when moving, driving or hacking. It is a big tradeoff in terms of performance but to me personally I'd rather have proper light and shadows and reflections over 16k textures and 4k native resolution. Just as with many other effects such as smoke, volumetrics etc, ray tracing is here to give us more precision so that our brain believes in the simulation so much more.

PS. The images here were taken on RTX3080, Ultra RTX settings, DLSS Quality at 4k Resolution.
 
Last edited:

M1chl

Currently Gif and Meme Champion
Before I will dive into whole post, just want to point out great work and possibly that it seems that AF does not seems to be 16x? First pics mainly tho, those bricks are like mud on the pavement.
 

Polygonal_Sprite

Gold Member
Great post. It’s an impressive technology but for me when you’re actually playing a game and not looking for it a good SSR solution is a fine substitute especially when that choice is offering you the chance to play at 60fps instead of 30fps.

Fully RT games in a decade or so are going to look insane.
 

M1chl

Currently Gif and Meme Champion
Posts like this should be pinner or maybe aggregated in some technical thread, that way people would know what something means, with clear examples and stuff...
 

Redefine07

Member
Ugly looking with or without ray-tracing from brown color on X360 we get to grey now ? How sad we better get new black and white 4k TVs soon.
 

Denton

Member
Good post. For me so far the best and most impactful use of raytracing (aside from Quake 2) was Metro Exodus and Control. These two games made me a believer. Really looking forward to Cyberpunk to see the impact there.
 

sobaka770

Banned
Even the TLDR was long bruh! Been seeing lots of topics about WDL.. Ubisoft must be very happy with all the exposure.

I'd rather use AC:Valhalla but apparently it won't have any RT features at all...

And I must say over WDL grew on me a lot, especially after I stopped taking it seriously and treated it like a farce. It's a fun crazy romp that doesn't overstay its welcome, I'm happy that the game isn't 100 hours long.
 

TheKratos

Member
I'd rather use AC:Valhalla but apparently it won't have any RT features at all...

And I must say over WDL grew on me a lot, especially after I stopped taking it seriously and treated it like a farce. It's a fun crazy romp that doesn't overstay its welcome, I'm happy that the game isn't 100 hours long.

Hmm tempting, would you say it's worth 60 bux? I was thinking about it to buy it on PC but then thought to wait on a discount. Didn't like WD1 and never played WD2.
 

CrysisFreak

Banned
Anyone else find the RT look a bit weird?
Looking at those pics, I am so fucking used to SSR after many years that it looks "real" to me and RT looks like everything is made of mirror.
LMAO.
Yeah yeah I'll get used to it.
 

sobaka770

Banned
Hmm tempting, would you say it's worth 60 bux? I was thinking about it to buy it on PC but then thought to wait on a discount. Didn't like WD1 and never played WD2.

If you're on the fence - wait for discount. It's a solid 8/10 for me but it's still Watch Dogs. I mostly like the fact that it seems streamlines compared to usual Ubi outing - i.e. less bloaty stuff to do. Also I got a crew of wacky weirdos with over-the-top accents running around on the orders of obnoxious AI. As a game - this is pure shlock.
 

aries_71

Junior Member
Not impressed at all. They are wasting time with this ray tracing gimmick, that has to be literally pointed out with screenshots, while animations are at PS2 level.
 

aries_71

Junior Member
Its not a gimmick. Im sure once the plastic you're cheerleading for gets a couple of games using this you'll magically become a believer.
I doubt it if all it does is display unrealistic super mirror reflection on puddles and windows, while every npc looks and moves like a broken doll and their AI is brain dead. So far you rt apologists are making a weak case.
 
What's the point when the game still kinda looks shit though? At this point you might as well just invest in better shaders for the game engine.

Just seems like a waste of GPU power to polish a turd if you ask me.
 

John Day

Member
I doubt it if all it does is display unrealistic super mirror reflection on puddles and windows, while every npc looks and moves like a broken doll and their AI is brain dead. So far you rt apologists are making a weak case.
The tech is sound. Up to the developers to make it shine right. Same with animations, some devs do wonders, others.....well 🤣
 
I doubt it if all it does is display unrealistic super mirror reflection on puddles and windows, while every npc looks and moves like a broken doll and their AI is brain dead. So far you rt apologists are making a weak case.


Theres no case to be made because 99% of detractors have never played a raytraced game, nor are they serious pc gamers. Yet they offer input about it
 

sobaka770

Banned
I doubt it if all it does is display unrealistic super mirror reflection on puddles and windows, while every npc looks and moves like a broken doll and their AI is brain dead. So far you rt apologists are making a weak case.

Walk around your neighborhood and check water puddles and shop windows, you'd be surprised how mirror-like they can be. Yes, Ray-Tracing exxagerates the reflections somewhat because surfaces are too clean in general in videogames but this is gen-one for Ubisoft and it is still a generational leap in terms of accuracy over SSR and Cubemaps. It's a bit crisp but it reflects correct geometry and is not baked in or simply disappears.

I will agree that Watch Dogs Legion has issues in other areas. In general I would say environments look phenomenal but NPCs don't fit in. Animations are all right, they are not TLOU2 motion matched but snappy and serviceable. 90% of it is the hair, I do not understand how this can be botched so badly. My bald hacker from screenshots looks quite good just because he has no hair imo.
 

BigLee74

Member
Folk saying theyre not impressed with RT... behave!

One day, it'll ALL be done by RT. All devs will need to do is build a world and never worry about implementing lighting, shadows, or reflections again. It'll just all work beautifully.

Imagine playing an fps, and camping at a window. Looking across the street, you get a reflection on the windows of a guy trying to sneak up to get you. That will be glorious. One for my great grandkids though!
 

Rikkori

Member
Hmm tempting, would you say it's worth 60 bux? I was thinking about it to buy it on PC but then thought to wait on a discount. Didn't like WD1 and never played WD2.
Get Ubisoft+ for 15, you can play both WD:L & AC:V for a month. That way you're not really out a lot and will definitely know what to think of them. My only recommendation is to not play WD:L with a gamepad, it controls so awfully, changing to M&KB was like playing a different game - way better. Except for the football mini-game, that's best on gamepad.
 

Lethal01

Member
jaDOwmI.jpg%20


o2nr5lh.jpg



I'm baffled by all the people who will look at comparisons like these and then try to claim Ray Tracing makes puddles look "fake" "Too shiny" or "unnatural"

You boys need to go outside, you've gotten to used to how bad "realistic" video games look and can't even appreciate seeing them fixed.
The problem with that puddle is that it doesn't ripple. If you think it looks "mirror like" now then the only reason you didn't think that before is because it looks so fake you didn't even think of it as a puddle.
 
Last edited:

diffusionx

Gold Member
I watched the DF video of this game and the results just look incredible in motion, by far the most realistic city scenes in vidya.
 

GymWolf

Member
No that's normally how these sorts of reflections look in these types of games. That's the whole point.
I'm pretty sure that some other games that i played in the past had better non-rtx reflelctions than wd3, i play almost everything on pc on ultra so it's not rare for me to see state of the art fake reflections.

I just usually don't care enough about this stuff to remember a lot of names, but on top of my head, water on tlou2 and buildings in spidey ps4 were more detailed than wd3 in terms of reflections, not rtx level of course.
 
Last edited:

SlimySnake

Flashless at the Golden Globes
It's strange how uneven this game can look. Sometimes it really can look next-gen, and then others it looks worse than arguably Ubisoft's best looking open world game in Assassin's Creed Unity.
its because its designed to run on current gen games and even with screenspace reflections, you simply cannot have reflections you would normally see in a metropolis like London. Reflections add depth to the image just like a mirror would in a small room to make it look bigger and more spacious.

I bet that next gen games will design their cities around reflections. Much denser cities with far more light sources taking advantage of Realtime GI (be it ray traced or Lumens based) than massive expansive worlds. Smaller and prettier is my guess.
 
Top Bottom