• ILikeBoobies@lemmy.ca
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    edit-2
    2 days ago

    Ray tracing isn’t supposed to make things look better, it’s supposed to save development time

    If you spend enough time on lighting you can make static lights look better but that’s just it, it takes longer so it costs more

  • ThePiedPooper@discuss.online
    link
    fedilink
    arrow-up
    7
    arrow-down
    2
    ·
    2 days ago

    I think RayTracing is pushed so hard by the industry because it gives manufacturers an excuse to force consumers to buy better cards to get “the very best”. I have a 4070 and I never use RT.

  • sheogorath@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    2 days ago

    I don’t know but Path Tracing makes CBP2077 and Alan Wake 2 looks like a real next gen game.

  • Pennomi@lemmy.world
    link
    fedilink
    English
    arrow-up
    145
    ·
    3 days ago

    We’ve gotten so good at faking most lighting effects that honestly RTX isn’t a huge win except in certain types of scenes.

    • redfellow@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      34
      arrow-down
      2
      ·
      edit-2
      3 days ago

      The difference is pretty big when there are lots of reflective surfaces, and especially when light sources move (prebaked shadows rarely do, and even when, it’s hardly realistic).

      A big thing is that developers use less effort and the end result looks better. That’s progress. You could argue it’s kind of like when web developers finally were able to stop supporting IE9 - it wasn’t big for end users, but holy hell did the job get more enjoyable, faster and also cheaper.

      • Klear@lemmy.world
        link
        fedilink
        English
        arrow-up
        16
        ·
        3 days ago

        Cyberpunk and Control are both great examples - both games are full of reflective surfaces and it shows. Getting a glimpse of my own reflection in a dark office is awesome, as is tracking enemy positions from cover using such reflections.

        • DaTingGoBrrr@lemm.ee
          link
          fedilink
          English
          arrow-up
          5
          arrow-down
          1
          ·
          3 days ago

          I have only ever seen Cyberpunk in 2k res, ultra graphics, ultra widescreen, ray-tracing and good fps at a friend’s house and it does indeed look nice. But in my opinion there are too many reflective surfaces. It’s like they are overdoing the reflectiveness on every object just because they can. They could have done a better job at making it look realistic.

          • faythofdragons@slrpnk.net
            link
            fedilink
            English
            arrow-up
            10
            ·
            3 days ago

            For any other game, I’d agree, but cyberpunk being full of chrome is an aesthetic that predates the video games by a fair margin, haha.

            • DaTingGoBrrr@lemm.ee
              link
              fedilink
              English
              arrow-up
              4
              ·
              2 days ago

              My problem is more with wet surfaces and the likes. Walking around the city it feels like every little water puddle is mirror and a spoon can also reflect way too much. I don’t mind shining chrome body parts.

          • Klear@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            ·
            edit-2
            3 days ago

            Oh, they are definitely intentionally overdoing it since 90% of said reflective surfaces are ads, often reflecting other ads in there. The game is such an assault of advertising that I’ve found myself minding the advertisements in RL public spaces a lot more less.

    • count_dongulus@lemmy.world
      link
      fedilink
      arrow-up
      27
      arrow-down
      2
      ·
      3 days ago

      But, it takes a lot of work by designers to get the fake lighting to look natural. Raytracing would help avoid that toil if the game is forced RT.

      • ☂️-@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        2 days ago

        thats the same logic behind the really high hardware requirements nowadays.

        studios just wanting to save time and cut corners, and you have to offset that with really expensive cards.

    • Cethin@lemmy.zip
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      2
      ·
      3 days ago

      The issues come if you know how they’re faking them. Sure, SSR can look good sometimes, but if you know what it is it becomes really obvious. Meanwhile raytraced reflections can look great always, with the cost of performance usually. It’s sometimes worth it, especially when done intelligently.

    • murvel@feddit.nu
      link
      fedilink
      arrow-up
      3
      arrow-down
      6
      ·
      3 days ago

      Not true. Screen space reflections consistently fails to produce accurate reflections.

      • Blackmist@feddit.uk
        link
        fedilink
        English
        arrow-up
        8
        ·
        edit-2
        3 days ago

        Screenspace isn’t the only way to draw reflections without RT. It’s simply the fastest one.

        Most gamers aren’t going to notice, and I can count on one hand the number of games that actually used reflections for anything gameplay related.

        • murvel@feddit.nu
          link
          fedilink
          arrow-up
          1
          ·
          3 days ago

          What I’m talking about is drawing accurate reflections and I don’t know any other technique that produces the same accuracy as RT

          • rtxn@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            3 days ago

            Depends on how you define “accurate”. Even full ray tracing is just an approximation based on relatively few light rays (on an order of magnitude that doesn’t even begin to approach reality) that is deemed to be close enough where increasing the simulation complexity doesn’t meaningfully improve visual fidelity, interpolated and passed through a denoising algorithm. You can do close enough with a clever application of light probes, screenspace effects, or using a second camera to render the scene onto a surface (at an appropriate resolution).

            • AdrianTheFrog@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              3 days ago

              That’s true, but after a few frames RT (especially with nvidia’s ray reconstruction) will usually converge to ‘visually indistinguishable from reference’ while light probes and such will really never converge. I think that’s a pretty significant difference.

          • Blackmist@feddit.uk
            link
            fedilink
            English
            arrow-up
            2
            ·
            3 days ago

            Reflection probes are one way. Basically a camera drawing a simpler version of the scene from a point into a cubemap. Decent for oddly shaped objects, although if you want a lot of them then you’d bake them and lose any real time changes. A common optimisation is to update them less than once a frame.

            If you have one big flat plane like the sea, you can draw the world from underneath and just use that. GTA V does that (like ten years ago without RT), along with the mirrors inside. You could make that look better by rendering them in higher resolution.

            https://www.adriancourreges.com/blog/2015/11/02/gta-v-graphics-study-part-2/

            Where RT is visibly better is with large odd shaped objects, or enormous amounts of them. I can’t say it’s worth the framerate hit if it takes you below 60fps though.

            • AdrianTheFrog@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              arrow-down
              1
              ·
              3 days ago

              I haven’t personally played a game that uses more than one dynamic reflection probe at a time. They are pretty expensive, especially if you want them to look high resolution and want the shading in them to look accurate.

      • AdrianTheFrog@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 days ago

        There are cases where screen space can resolve a scene perfectly. Rare cases. That also happen to break down if the user can interact with the scene in any way.

  • steeznson@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    2 days ago

    Raytracing is being pushed so hard by the industry because it makes things easier for devs as opposed to making the games look better for the customer.

    • stom@sh.itjust.works
      link
      fedilink
      arrow-up
      9
      ·
      2 days ago

      There is absolutely nothing about raytracing which makes it “easier” for devs compared to a traditional render pipeline.

      The extra performance rquirements alone mean you’re going to be doing more work elsewhere to make up for it, and that’s ignoring the current bugs/quirks with RT in whatever engine you’re using.

      • EddoWagt@feddit.nl
        link
        fedilink
        arrow-up
        3
        ·
        2 days ago

        The extra performance rquirements alone mean you’re going to be doing more work elsewhere to make up for it, and that’s ignoring the current bugs/quirks with RT in whatever engine you’re using.

        No worries, we got upscaling and frame generation now!

      • Hadriscus@jlai.lu
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        Yes, you can skip simulating GI with many small lights. Not a game dev, I work in animation. Up until fifteen years ago this was still a regularly taken approach to lighting scenes, before the advent of pathtracers

      • steeznson@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        I thought the ultimate goal was to encapsulate the lighting system entirely inside the engine to stop programmers/artists needing to micro manage light sources. Presumably if a game only supported ray tracing then they could interact with an environment at the object level and trust the lighting would work in a life-like manner without having to be confected as part of development.

        • stom@sh.itjust.works
          link
          fedilink
          arrow-up
          2
          ·
          2 days ago

          trust the lighting would work in a life-like manner

          Ah we’ve had raytracing for a long time already, and you can download something like Blender and play around with it yourself. You’ll quickly discover that just because it conforms to some real-world principles (and works in a reliable manner) doesn’t mean it’s a magic tool that Just Works and immediately makes anything look good.

          You still have to setup your world lighting (point/sun lights, skyboxes, emissive materials, whatever), adjust it to get the look you want, and your hardware requirement for testing this are now increased.

          Raytracing is nice because it can make things look even better, not because it replaces parts of the workflow.

          • steeznson@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            2 days ago

            you still need to setup your world lighting

            That was the locus of my misunderstanding. Thanks for explaining!

  • rumba@lemmy.zip
    link
    fedilink
    English
    arrow-up
    33
    arrow-down
    1
    ·
    3 days ago

    Soooo, there’s a missing part here. The point (and drive) behind raytracing isn’t making games beautiful, it’s making them cheaper and less man-hour intensive to make/maintain.

    The engine guys spend manyears every year working on that non-raytraced engine so it can do 150. They’ve done every cheat, every side step, and spent every minute possible making it look like they haven’t done anything at all.

    The idea is that they stop making/updating/supporting non-raytracing engines and let the GPU’s pick up the slack. Then using AI to artificially ‘upgrade’ the frame rate with interpolation.

    • AdrianTheFrog@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      3 days ago

      It’s not just a time limitation either tho, it also opens up a lot of room for artistic direction and game design

      I don’t think you could possibly make something like Control’s shiny black blocks world look decent without raytraced reflections.

      Also anything with significantly large dynamic geometry usually either needs like half of the level file size to be duplicated for every possible state, or some form of raytracing, to work at all. (There’s also things like voxel cone tracing that do their own optimized tracing but they also don’t really work in 100% of situations and come with their own visual downsides)

    • mindbleach@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      3 days ago

      To see how far rasterization has been stretched, and how that holds back development - Path of Exile 2 has a tech talk about their bare minimum settings. Artists weren’t allowed to rely on anything that could be turned off. They begged the programmers for specific gimmicks, and turned that cheap nonsense into a million blades of grass, raymarched cracks in translucent ice, and soft shadows with no Peter Panning.

      Or, picking one specific trick: ambient occlusion was half of why Crysis humbled $5,000 PCs. There’s a slide deck for how a superior version of the same effect was achieved in Toy Story 3 on the Wii.

      Real-time raytracing was unobtanium for decades because we kept moving the goalposts. The entire 3D games industry is built on cheating around simple parallel techniques being too expensive. By the time hardware catches up to where doing something the simple way is feasible, complex software has faked a wild variety of other effects. Meanwhile: games are designed to rely on what’s available. All of the tells for proper path-traced lighting have either been faked or avoided. Games don’t even do mirrors, anymore.

      There’s a reason RTX shows off games from the late 1900s.

    • Valmond@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      2 days ago

      It’s like when the unity game engine came out, somehow IMO, instead of having to program the whole thing up to your specific game, now everyone could make a 3D platformer.

      It does, again IMO, take the soul out of games.

      • Jyek@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        The earliest publicly available engines were id software engines. Whenever id developed a new one, they released the old one for free. That’s why we got a lot of doom clones and those doom clones became whole new genres of games. Thief, half-life, counterstrike, duke nukem, serious Sam, Wolfenstein, call of duty and many many many more games are direct descendants of developers playing with open source engines.

        If your argument is that games are worse because developers don’t need to build their own engines anymore, you are dead wrong.

        • Valmond@lemmy.world
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          1 day ago

          Lol you just explained it yourself.

          We won’t go back in time to change things, and it was obvious what was going to happen, and it’s not always wrong either, but you can’t just brush away that everyone and their grandmother had to make a 3D platformer when unity came out.

          Good or bad, it generally led people astray IMO.

          There were lots of engines out there back in the day, the ID one was just the most polished (by far), you still had to know what you were doing, not so much with Unity.

      • rumba@lemmy.zip
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 days ago

        Heh, I can appreciate that. That was also said when people stop using ASM and again when games started running in Windows. Not running games in dos felt really icky.

        • Valmond@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          2 days ago

          True, even if there weren’t that windows border, you just knew windows were lurking behind the game somewhere in the shadows…

          • rumba@lemmy.zip
            link
            fedilink
            English
            arrow-up
            2
            ·
            2 days ago

            I think it was 98 when I finally had a computer powerful enough to play quake and burn a cd at the same time. Dual processor, SCSI disk, quarter gig of ram.

  • drosophila@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    42
    arrow-down
    2
    ·
    3 days ago

    Baked lighting looks almost as good as ray tracing because, for games that use baked lighting, devs intentionally avoid scenes where it would look bad.

    Half the stuff in this trailer (the dynamically lit animated hands, the beautiful lighting on the moving enemies) would be impossible without ray tracing. Or at the least it would look way way worse:

    https://www.youtube.com/watch?v=d99E01tgOGw

    • phlegmy@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      3 days ago

      Practically impossible for this developer? Maybe. Technically impossible? No.

      We do have realtime GI solutions which don’t require raytracing (voxel cone tracing, sdfgi, screenspace, etc). None of which require any ‘special’ hardware.

      Raytracing is just simpler and doesn’t need as much manual work to handle cases where traditional rasterisation might fail (eg; light leaking). But there’s not many things it can do which we can’t already achieve with rasterisation tricks.
      Raytracing is mostly useful for developers who don’t have the time/budget/skillset to get the same visual quality with traditional rasterisation.

      However, in an industry which seems to prioritise getting things released as cheaply and quickly as possible, we’re starting to see developers rely heavily on raytracing, and not allocating many resources into making their non-rt pipeline look nice.
      Some are even starting to release games which require raytracing to work at all, because they completely cut the non-rt pipeline out of their budget.

      So I’d argue that you’re incorrect in theory, but very correct in practise (and getting even more correct with time).

      • ryedaft@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        2 days ago

        That’s kinda the thing with ray tracing. You can save a lot of work but since you want your game available for gamers that don’t have the hardware you still have to do that work…

        I’m expecting the next PlayStation to focus on ray tracing to set it apart in the market. They have the volume and it would be good for their exclusive titles.

        Edit: Okey, maybe I’m just hoping, rather than expecting. Sony can absolutely screw this up.

  • Allemaniac@lemmy.world
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    2 days ago

    I am waiting for the GPU’s to use the rotating kinetic power of the fans to feed back into the GPU to give them ERS boost like in formula 1, when scenes become to graphically demanding. If you steal my idea that is intellectual theft and I will be sad!

  • the_q@lemmy.zip
    link
    fedilink
    arrow-up
    17
    arrow-down
    4
    ·
    3 days ago

    Ray tracing is just a way for nvidia to proprietize a technology then force the industry to use it all to keep Jensen in leather jackets. Don’t buy his cards; he has too many leather jackets!

      • Senal@slrpnk.net
        link
        fedilink
        arrow-up
        1
        arrow-down
        2
        ·
        3 days ago

        As I’m sure you already know the proprietary part comes from the implementation and built in hardware support for said implementation, which AMD is not compatible with (not in any usable way at least)

        • scholar@lemmy.world
          link
          fedilink
          arrow-up
          12
          ·
          3 days ago

          AMD also has hardware support for raytracing and both are using the same API for raytracing. Nvidia just has a head start and deeper pockets.

          This isn’t Cuda or Gameworks where the features depend on Nvidia hardware, it’s more like Tessellation where they can both do it but Nvidia cards did it better so they pushed developers into adding it into games.

        • The_Decryptor@aussie.zone
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 days ago

          Nvidia being the only company that can make Nvidia GPUs does make them proprietary, but it’s also a redundant statement.

          The actual user facing side of it is cross platform, ray tracing is exposed via Direct3D and Vulkan like any other hardware feature.

  • MangioneDontMiss@lemmy.ca
    link
    fedilink
    arrow-up
    17
    arrow-down
    5
    ·
    3 days ago

    as someone who has worked in visual fx for 20 years now, including on over 15 films and 8 games, raytracing is most definitely not simply a marketing tool.

  • 58008@lemmy.world
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    1
    ·
    3 days ago

    I never turn it on, the visual difference is too unimportant to warrant such a huge cost in hardware resources (and temperature). It looks different if you have side-by-side screenshots, or if you turn it off and on in-game, but if the difference is several orders of magnitude too slight to be worth it. Higher frames-per-second is more important than realistically-simulated light beams. You can’t really have both in large AAA games.

  • Green Wizard@lemmy.zip
    link
    fedilink
    English
    arrow-up
    34
    ·
    3 days ago

    Raytracing is cool, personaly I feel like the state that consumers first got it in was atrocious, but it is cool. What I worry about is the ai upscale, fake frame bullshit. While it’s cool that the technology exists; like sweet, my GPU can render this game at a lower resolution, then upscale it back at a far better frame rate than without upscaling, ideally stretching out my GPU purchase. But I feel like games (in the AAA scene at least) are so unoptimized now, you NEED all of these upscaling, fake frame tricks. I’m not a Dev, I don’t know shit about making games, just my 2 cents.

    • NoForwardslashS@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      16
      ·
      3 days ago

      Raytracing will be cool if hardware can catch it up. It’s pretty pointless if you have to play upscaled to turn the graphics up. And as you say, upscaling has its uses and is great tech, but when a game needs it to not look like dogshit (looking at you Stalker 2) it worries me a lot.

      • AdrianTheFrog@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 days ago

        I feel like if you have the level of a 3070 or above at 1080p, pathtracing, even with the upscaling you need, can be an option. At least based on my experience with portal rtx.

        Personally I have a 3060, but (in the one other game I actually have played on it with raytracing support) I still turned on raytraced shadows in Halo Infinite because I couldn’t really notice a difference in responsiveness. There definitely was one (I have a 144hz monitor) but I just couldn’t notice it.

    • Baggie@lemmy.zip
      link
      fedilink
      arrow-up
      8
      ·
      3 days ago

      No you’ve pretty much hit it on the head there. The higher ups want it shipped yesterday, if you can ship it without fixing those performance issues they’re likely going to make you do that.

    • AdrianTheFrog@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 days ago

      Optimization is usually possible, but it is easier said than done. Often sacrifices have to be made, but maybe it is still a better value per frame time. Sometimes there’s more that can be done, sometimes it really is just that hard to light and render that scene.

      It’s hard to make any sweeping statements, but I will say that none of that potential optimization is going to happen without actually hiring graphics devs. Which costs money. And you know what corporations like to do when anything they don’t consider important costs money. So that’s probably a factor a lot of the time.

  • hazel@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    45
    ·
    3 days ago

    Maximise your RTX performance with this one crazy hack!

    Ray traced reflections: on
    Ray traced everything else: off

    • Blackmist@feddit.uk
      link
      fedilink
      English
      arrow-up
      15
      ·
      3 days ago

      I’d argue reflections are nowhere near as nice looking as RTGI. If anything, switch reflections off.

  • murvel@feddit.nu
    link
    fedilink
    arrow-up
    37
    arrow-down
    1
    ·
    3 days ago

    It’s not a trick, it’s just lighting done the way it should be done without all the tricks we need now like Subsurface scattering or Screen space reflections.

    The added benefit is that materials reflect more of their natural reflection making all the materials look more true to life.

    Its main drawback is that it’s GPU costly, but more and more AAA games are now moving toward RT as standard by being more clever in how it handles its calculations.

    • rtxn@lemmy.world
      link
      fedilink
      arrow-up
      28
      arrow-down
      1
      ·
      3 days ago

      Yes, I’m sure every player spends the majority of their game time admiring the realistic material properties of Spider-Man’s suit. So far I’ve never seen a game that was made better by forcing RT into it. A little prettier if you really focus on the details where it works, but overall it’s a costly (in terms of power, computation, and price) gimmick.

      • itslilith@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        14
        ·
        3 days ago

        The one benefit I see is that it simplifies lighting for the developer by a whole lot.

        Which isn’t a benefit at all, because as of now, they basically have to have a non-raytrace version so 90% of players can play the game

        But in a decade, maybe, raytracing will make sense as the default

        • WhiteBurrito@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          3 days ago

          I’ve always said that, because the baseline GPUs are the RTX 3060 and the RX 6700 (consoles equivalent)… And those GPUs aren’t doing amazing RT so, what’s the point in pushing it so hard NOW for the 1% of users with a 4090 or whatever?

      • murvel@feddit.nu
        link
        fedilink
        arrow-up
        10
        arrow-down
        1
        ·
        3 days ago

        RT also makes level-design simpler for the development team as they can design levels by what-you-see-is-what-you-get method rather than having to bake the light sources.

        • rtxn@lemmy.world
          link
          fedilink
          arrow-up
          7
          ·
          3 days ago

          Development and design can use RT all day long, that’s not the issue. They have the benefit of not having to run ray tracing in real time on consumer hardware. At the end of the day, unless they want to offload all of that computation load onto the customer forever (and I really mean all RT all the time), they’ll eventually have to bake most or all of that information into a format that a rasterizer can use.

    • Kazumara@discuss.tchncs.de
      link
      fedilink
      arrow-up
      12
      ·
      edit-2
      3 days ago

      Subsurface scattering is not one of the things you get automatically with ray tracing. If you just bounce the rays off objects as would be the usual first step in implementing ray tracing you don’t get any light penetration into the object, so none of that depth.

      Maybe you meant ambient occlusion?

    • vrighter@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      10
      ·
      3 days ago

      raytracing still needs to do subsurface scattering. It can actually do it for real though. It also “wastes” a lot of bounces, so is usually approximated anyway

    • SkunkWorkz@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      3 days ago

      Even with raytracing there is still a lot of shortcuts and trickery under the hood. Ray tracing is the “cheating” form of path tracing.