Slashdot Mirror


Ask Slashdot: How Did Real-Time Ray Tracing Become Possible With Today's Technology?

dryriver writes: There are occasions where multiple big tech manufacturers all announce the exact same innovation at the same time -- e.g. 4K UHD TVs. Everybody in broadcasting and audiovisual content creation knew that 4K/8K UHD and high dynamic range (HDR) were coming years in advance, and that all the big TV and screen manufacturers were preparing 4K UHD HDR product lines because FHD was beginning to bore consumers. It came as no surprise when everybody had a 4K UHD product announcement and demo ready at the same time. Something very unusual happened this year at GDC 2018 however. Multiple graphics and GPU companies, like Microsoft, Nvidia, and AMD, as well as other game developers and game engine makers, all announced that real-time ray tracing is coming to their mass-market products, and by extension, to computer games, VR content and other realtime 3D applications.

Why is this odd? Because for many years any mention of 30+ FPS real-time ray tracing was thought to be utterly impossible with today's hardware technology. It was deemed far too computationally intensive for today's GPU technology and far too expensive for anything mass market. Gamers weren't screaming for the technology. Technologists didn't think it was doable at this point in time. Raster 3D graphics -- what we have in DirectX, OpenGL and game consoles today -- was very, very profitable and could easily have evolved further the way it has for another 7 to 8 years. And suddenly there it was: everybody announced at the same time that real-time ray tracing is not only technically possible, but also coming to your home gaming PC much sooner than anybody thought. Working tech demos were shown. What happened? How did real-time ray tracing, which only a few 3D graphics nerds and researchers in the field talked about until recently, suddenly become so technically possible, economically feasible, and so guaranteed-to-be-profitable that everybody announced this year that they are doing it?

77 of 145 comments (clear)

  1. It isn't out of the blue by kiminator · · Score: 5, Informative

    The short answer is that it isn't brand-new. As the article mentions, nVidia has been doing real-time ray-tracing demos for about a decade. Various tricks and approximations are used to make this a reality. Game developers have largely shied away from it because similar results can be achieved with typically better performance using other methods.

    This announcement, particularly with the involvement of Microsoft, indicates that the companies finally feel that the technology is mature enough to actually be used in a game. My guess is that it will likely still be some time before it is put to use. The fact that it was announced at the same time likely indicates that the three companies have been working together for some time behind closed-doors to agree upon the DirectX Raytracing API.

    1. Re:It isn't out of the blue by Anonymous Coward · · Score: 2

      Indeed, they could do this many, many years ago, the problem was always having enough rays to make it worth while. Ray tracing a couple rays in real time is relatively easy, but tracing enough of them to get results that are better than the current system was hard.

      I remember messing around with ray tracing programs back in the '90s and they were great, but it took huge amounts of time to render a scene. Far too long for even simple board games, let alone a typical 3D game.

      At some point, it was inevitable that ray tracing would be preferable to the standard raster graphics that we've been using. The file sizes necessary to get anywhere near what raytracing can do would have made it impossible to keep up. Having better algorithms and specialized computation units focused on it just moves that point closer to the present.

      The thing I'm really looking forward to though is that they should be able to scale with new advances in monitor technology. Both in terms of pixel count and in terms of aspect ratio in a way that wasn't realistic previously.

    2. Re:It isn't out of the blue by kiminator · · Score: 2

      Also, apparently their current demos are running on some severely beefy hardware (e.g. here), and they're only using raytracing for a portion of the scene. This may play a part in gaming eventually, and it's good that the APIs are getting out there, but it probably will be a while before it makes it to the next Call of Duty game.

    3. Re:It isn't out of the blue by Shinobi · · Score: 2, Interesting

      Even if ray-tracing isn't used for graphics, you can use it for the sound engine, with the benefit of making it hardware accelerated. Would make a whole lot of games more interesting, for example Stealthers like Thief, horror games etc etc.

    4. Re:It isn't out of the blue by allcoolnameswheretak · · Score: 1

      Game developers have largely shied away from it because similar results can be achieved with typically better performance using other methods.

      True, but it was also a self-reinforcing trend. Raster-based graphics was how it all started, so chip-makers and API providers where optimizing for that, which in turn entrenched this way of rendering further, 25 years on, graphics chips and API's are an amalgamation of super-optimized functions, tricks and hacks to squeeze every ounce of performance from that rendering methodology. And the fact is that this way of rendering has very little to do with the real world.
      I would welcome the trend towards ray-traced rendering because it reflects how the physical processes work in the real world, which is vastly more logical and intuitive than the OpenGL or DirectX graphics specification. Surely ray-traced rendering will also use hacks and shortcuts, but I'm sure it will be nowhere near the bag of tricks that that current graphics engines work with.

      On the other hand, this is bad-news for some of the heavily invested graphics-gurus, since all of their accumulated knowledge could become moot if ray-tracing becomes the new standard.

    5. Re:It isn't out of the blue by Shinobi · · Score: 1

      So apparently there's a mod out there that doesn't know that you can actually do ray-traced audio propagation.

      Here's a bit of light viewing on how it's been used in one field since the 80's: https://youtu.be/ZY1Kiih8sTU

    6. Re:It isn't out of the blue by Megol · · Score: 1

      AFAIK Aureal did a limited form of this for their 3D soundcards. IIRC tracing a few "rays" in a simplified world model to simulate reflections etc.

    7. Re:It isn't out of the blue by Impy+the+Impiuos+Imp · · Score: 1

      I recall a Quake demo done with ray tracing in the 90s. They estimated it would take well over a 30,000 Hz Pentium whatever to do it in real time. It looked great, witb light projecting through stained glass windows.

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
  2. Someone's cheating by Anonymous Coward · · Score: 1

    More specifically, Nvidia made custom hardware to do the calculations.

    1. Re: Someone's cheating by sound+vision · · Score: 3, Insightful

      Nvidia makes custom hardware to play raster games too. They call them "video cards". I hope they can cheat the ray tracing right into my computer.

  3. Terminology by B.Stolk · · Score: 5, Interesting

    Be careful with your terminology.

    Real Time Ray Tracing with one primary ray and one shadow ray for each pixel, was viable last year as well (at 1080p.)
    But this will not render indirect light, thus no Global Illumination.

    You may be referring to Real Time Path Tracing, where you need to shoot a lot of rays for every pixel.
    This is currently not possible, and also not possible in this year's GDC demos: I think most of the demos were hybrids (rasterizing+tracing), and definitely not full Global Illumination.

    --
    http://www.stolk.org/tlctc
    1. Re:Terminology by ganv · · Score: 3, Interesting

      You are touching on an important issue here. 'Real-time' and 'Ray-Tracing' are both open to definition: At what screen resolution, frame rate, and number of rays? And is it a hybrid or full ray tracing solution? That asked, I am very interested to know the answer in the original post: Is this a tipping point where they finally decided the hardware is good enough to market the ray tracing they have been working on or is there some substantial improvement in algorithms or in custom hardware dedicated to ray tracking?

    2. Re:Terminology by sanosuke001 · · Score: 1

      Yeah, this is the answer. They showed off hybrid systems so they'll do SOME things using ray tracing where most of the heavy lifting is still going to be rasterized for the foreseeable future.

      --
      -SaNo
    3. Re:Terminology by natex84 · · Score: 1

      I think the current demos were also done on some insanely high-end Quad GPU configured workstation, that costs around $60k ( https://arstechnica.com/gaming... and https://www.nvidia.com/en-us/d... ).

      And even with all of the above hardware, I think they are just running at 24fps?

      It looks like this is a long ways off, for a reasonably priced high-end home gaming machine (ie. $4k budget).

  4. Ummm, this isn't too shocking by Anonymous Coward · · Score: 5, Interesting

    Real time ray tracing was a topic since I was in college 20 years ago. A lot of PhD students have done their research. Algorithms optimized. Hardware advancing. Futurists at major corporations (fancy name for people responsible for monitoring tech) saw hardware evolving.

    So Microsoft probably saw that it was going to be viable in 5 years (or whenever) in 2013. They probably starting developing an API in conjunction with major hardware manufacturers. So they all worked together to bring ray tracing to the masses eventually.

    Now all this work is paying off and consumers get the end product.

    This is no different than major corporations using augmented reality to validate construction designs. Ya, they are doing that atleast in labs. Take the 3D model as built and validate that it is as built. Or quickly look at something in the real world and figure out where the 3D model data is and figure out in a second what vendor supplied the broken part. Ya, this stuff is happening!

    1. Re:Ummm, this isn't too shocking by belthize · · Score: 1

      Or even 30 years ago ... well ray tracing was anyway. Real time ray tracing was a topic in '87 much like the holo deck on ST:NG was; a, "won't it be cool when ?", kind of topic.

      It's been a long time coming and it's still not quite here as posters further up have laid out, but it's getting closer.

  5. Re:Smaller transistors by Anonymous Coward · · Score: 3, Interesting

    You're probably not paying enough attention to planes. They crash less frequently than they did and airports are switching to systems where the planes make a smooth approach without the stair-step approach pattern that was previously used.

    Other than that, there's not going to be much difference because by the '80s planes were just that good. Any other changes are ones that are mostly only going to be noticed by people actually working with them.

    The computing technology stuff tends to be more accessible and more present in our day to day life than it was, so we tend to notice it more. But, there again, we're getting close to the point where additional improvements aren't going to be as obvious as they were previously. I've had this computer now for a few years and the previous one was quite a few years old when I replaced it. That would have been inconceivable to me 20 years ago as the technology was improving that quickly.

  6. Well, not all of a sudden... by Junta · · Score: 5, Informative

    Demos of real time raytracing have dated back to 2009 or earlier, albeit with various limitations. Raster based rendering is faster and going to raytracing means much better lighting, at the expense of some resolution/geometric detail/hardware requirements.

    I think what is being seen is that we've been well beyond the point of diminishing returns as far as raster can reasonably get in terms of better quality. Sure, we can cram more and more polygons and sure we can raise the bar to 4k resolution, but the bang for the back is small. Given that situation, video card market has an issue, they need to do demand generation.

    So pushing 4k for gaming helps, and 8k would be nice, but it's just really hard to tell the difference at this point.

    If that's a hard sell, then VR certainly can knock things back if it gets traction. With wider FOV, stereoscopic rendering, and optimal experience being at least 90Hz, that would certainly deliver. However, as much as I am a fan of it, it's far from a given that VR is ever going to be large enough to drive adoption. at volumes that can sate the business needs of the GPU vendors.

    So raytracing is a third option to make best of breed graphics card noticeably struggle with something that's very visually apparent. Suddenly the market content with status quo of ever refined raster graphics simply must make the leap to have some marketable advancement.

    The people pessimistic about any such advancement just continuously have their expectations calibrated to how fast it can perform raster graphics. Raytracing does mean having to step back, but we have enough headroom to take the hit.

    --
    XML is like violence. If it doesn't solve the problem, use more.
    1. Re:Well, not all of a sudden... by Anonymous Coward · · Score: 1

      Actually, VR is probably the reason these guys are switching to ray tracing. Here is a very interesting article on how they manage to reduce latency by using ray tracing instead of rasterizing: https://www.roadtovr.com/exclusive-nvidia-research-reinventing-display-pipeline-future-vr-part-2/
      In short, with ray tracing you have the lens warping at no cost, and they can throw more rays at the center of the image (where it really matters because the retina has a rather small high resolution zone), and less rays in the periphery. They can even throw rays more often at the center of the image, they don't have to render the whole frame each time!

    2. Re:Well, not all of a sudden... by butzwonker · · Score: 1

      I agree that it's about demand generation to sell more hardware, but I disagree about the quality of rasterization. I've bought an AMD 1800x with Geoforce GTX 1080, which is not the latest highest high end but still fairly high end, and the high end games I've looked at since then still smear everything with post-shaders and have not enough level of detail at a distance (with crap like "depth of field" turned off, of course). I don't know, maybe game designers are blind but when I look out of my windows I see trees with may more branches and leaves and much more detail very sharply until the horizon.

      Consumer CPU/GPU combos have by far not reached the tipping point yet where landscapes really look realistic, and as it seems due to technical limitations.

      For that reason I'm sceptical about introducing ray-tracing now. A rasterization-based game will be way more performant than a ray-tracing game, so I find it hard to imagine that ray-tracing game engines can compete with traditional rendering techniques in the near future.

    3. Re:Well, not all of a sudden... by Junta · · Score: 1

      I think in that scenario, there may be differences to be had, but there's much less chance a consumer will look at far-away scenery and think a marginal increase in that is worth a couple hundred more dollars.

      Contrasted with lighting/reflection/refraction improvements, which can be pretty dramatic.

      That was simply my point, that going further may be possible without pulling in some raytracing, but the subjective impression isn't going to differ nearly as much.

      --
      XML is like violence. If it doesn't solve the problem, use more.
  7. Atoms instead of triangles by technosaurus · · Score: 1

    This story reminded me of https://www.euclideon.com/ ... They compose everything as "atoms" instead of triangles. If I ever make it to Oz, i'd like to check it out.

    1. Re:Atoms instead of triangles by Megol · · Score: 1

      No those that know the stuff pointed out the problems with such types of engines, a kind that was known and tried but not used as polygon engines were simply put superior. Sampling artifacts, memory use, inflexibility due to extensive pre-processing...

      Early demonstrations of the engine show some limitations (even though demonstrations tend to hide problems as much as possible), repeated objects aligned the same way to decrease memory needs, no moving sprites etc. Later demonstrations showed sprite type objects but with limitations (IIRC axis aligned only), more variation in models etc. but then computers were faster and had more memory. Later still I saw it was to be used as a point cloud renderer, possibly the best use of something like that.

      But again the problems with such rendering techniques are well known, it isn't used as it isn't good for most things.

  8. Re:Sinple by KingMotley · · Score: 2, Interesting

    I would guess they figured with graphics cards having 3500+ cores and ample memory for massive lookup tables, suddenly it seems feasible. That or a patent just expired, or both.

  9. It is HYBRID, not full Realtime ray tracing by Anonymous Coward · · Score: 5, Interesting

    It is using rasterization for the scene, and then hybrid ray tracing for the reflective, shadow, and opacity components were it applies. This is not true ray-tracing, but rather another rendering "trick" to optimize for speed. Most of our rendering for games today is approximations, because it is good enough. Same thing here.

    1. Re:It is HYBRID, not full Realtime ray tracing by AmiMoJo · · Score: 1

      That's how most ray-tracing works these days. Ray-tracing plus the same kind of hacks for things like sub-surface scattering, radiosity, motion blur, air/heat effects, material simulation without having to simulate every fibre of clothing etc.

      On top of all that you have artistic considerations. Few games want to look like reality, they want to look stylized and hyper-real. They want to use tricks that focus the player's attention, just like films and TV shows do.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  10. Not feasible for gaming by PhrostyMcByte · · Score: 2

    Ray tracing is an impressive technical feat, but the argument against it for gaming still stands:

    However fast you get at ray tracing, you can instead use that power for rasterization and do far far more.

    The day may come where that gap doesn't matter anymore, or where we find a way to overcome it... but for now, I think this technology will primarily be used to help accelerate very simple environments, and more complex for offline rendering.

    1. Re:Not feasible for gaming by shaitand · · Score: 3, Informative

      "However fast you get at ray tracing, you can instead use that power for rasterization and do far far more."

      Not when you are real time rendering the graphics to be integrated on the fly along side real time light vectors flying at the retina. Think pokemon go, without the phone, or the screen, and with the pokemon actually sitting on your counter with it's legs hanging down.

    2. Re:Not feasible for gaming by squiggleslash · · Score: 2

      The major innovation here is that it'll soon become possible to render, in real time, silver balls, cones, and cubes floating above a checkerboard, something that's just not possible with regular 3D graphics.

      --
      You are not alone. This is not normal. None of this is normal.
    3. Re:Not feasible for gaming by 91degrees · · Score: 1

      The main benefit is we get realistic refractive and reflective effects - which tend to be pretty slow with rasterisation as well. Not sure if we'll be seeing some sort of hybrid technique soon.

  11. Raster 3D Graphics seem to be tapped out by rsilvergun · · Score: 5, Insightful

    Remember the jump from the SNES/Genesis to Playstation/Saturn? How about the first time you saw a Dreamcast game? Those were big leaps. But PS2 to PS3? If you'd been paying PC games you'd seen stuff on par with PS3. And PS3 to 4 was hardly a leap at all.

    The trouble is modern graphics have gotten _hard_ to make. Pixel shaders are a bitch. They're too labor intensive. What's needed is something that lets you do great graphics with less man hours and fewer bugs. If ray tracing isn't gonna do that then it might as well be PC's answer to 3D TVs. Especially if it's only kicking out 30 FPS.

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
    1. Re:Raster 3D Graphics seem to be tapped out by Kjella · · Score: 2

      The trouble is modern graphics have gotten _hard_ to make. Pixel shaders are a bitch. They're too labor intensive. What's needed is something that lets you do great graphics with less man hours and fewer bugs. If ray tracing isn't gonna do that then it might as well be PC's answer to 3D TVs.

      I think that problem extends far beyond graphics, if you're going for realistic graphics it also has to behave and interact with everything like it's real. Like if the wind is blowing everything has to be fluttering in the wind. If you're making a dog it can't just look like a dog, it has to move like an actual dog with bones and muscles dragged down by gravity and leave paw prints in the mud. To say nothing of humans, uncanny valley here we come. Heck, I think it'd be difficult just to properly simulate taking a baseball bat to inanimate objects. All the dents and chips and scrapes and smears and splinters are very difficult to get right unless you bring in a ton of material science and deformation models. Usually we just fake it with an animation or two, replacing the "whole" model with a "broken" model and skipping all the hard parts. But it only looks half real...

      --
      Live today, because you never know what tomorrow brings
  12. Where have you been? by amoeba1911 · · Score: 1

    You misuse the term "raster graphics", as that refers to bitmaps, not vector based real-time 3D rendering. Real-time ray-tracing has been around for almost two decades, but it wasn't mainstream until recently. As the parallel computational power of GPU increases, ray-tracing becomes the inevitable future.

    1. Re:Where have you been? by Megol · · Score: 1

      Well current solutions do use raster graphics - but I'd be very surprised if realtime raytracing didn't use it too. Representation -> Renderer -> Framebuffer -> Screen.
      You are of course right about the misuse of the term.

      There have been at least one polygon renderer that didn't use a framebuffer (don't remember the name/company) but with severe limitations: for every rendered pixel a hit test had to be done with every polygon which strongly reduced the numbers of renderable polygons. Add the problem of "racing the beam" and even with pipelining polygons had to be stored in expensive SRAM memory as variable latency couldn't be hidden. I'd prefer a framebuffer.

  13. Let us wait and see by 140Mandak262Jamuna · · Score: 1
    We dont know how many of them are real real-time ray tracing and how many are me-too announcement for PR.

    Second just because they call it real time ray tracing does not mean it really is. It could be a technique to create a low res ray tracing to calculate the radiosity, reflectivity etc and then use the standard raster graphics to use these to adjust the texture maps of raster graphics.

    So let us wait and see if what they call real time ray tracing and what we call real time ray tracing are one and the same.

    --
    sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
  14. It's not 100% Ray Tracing. by Berkyjay · · Score: 1

    All the companies that announced this and the media that is reporting on it all gloss over the fact that the Ray Tracing that is being talked about is supplementary the standard rasterized shading engines. We aren't going to be getting 100% ray traced scenes. We'll get rasterized scenes with things like reflections and shadows being ray traced. This will fix the issue that rasterization has where objects outside of the viewing frustum are computationally ignored. 100% ray tracing is still a pipe dream with the current hardware standards that most consumers have.

  15. ...and clever Algorithms by Roger+W+Moore · · Score: 5, Informative

    According to this video it is not just more powerful hardware but also that they came up with the idea to use only a fraction of the rays normally required and to then used a power denoise algorithm to generate the final image.

    1. Re: ...and clever Algorithms by Anonymous Coward · · Score: 4, Informative

      This pegs it. Ray tracing is being used selectively as part of the standard raster pipeline we have today. It's still not feasible for real time raytracing for every pixel and handling reflections perfectly may never be doable.

    2. Re: ...and clever Algorithms by Pseudonym · · Score: 4, Interesting

      Just to be clear, it's not "reflections" (as in mirrors) that's the problem necessarily, it's the fuzzy effects: diffuse, glossy, translucent, aerosols, etc.

      It may never be doable because of Blinn's Law.

      --
      sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
    3. Re: ...and clever Algorithms by Anonymous Coward · · Score: 1

      Handling reflections perfectly is trivially easy with raytracers, and there have been plenty of real-time raytracers even for low-end consumer hardware in the 90's.

      People tend to have a misunderstanding on what raytracing is. There are many different rendering techniques with different advantages and drawbacks. Many have the idea that raytracing is a holy grail that simulates the physics of light to produce photorealistic images but is too expensive to run in real-time on consumer hardware. It's weird because that's the exact opposite of the case - raytracers are actually quick, cheap non-photorealistic renderers that surprisingly similar to rasterisers (but far simpler to implement, good/bad at vastly different types of geometry, and more sensitive to resolution). Maybe popular imagination got the concept of raytracing mixed up with some GI algorithm such as photon-mapping?

    4. Re: ...and clever Algorithms by Pseudonym · · Score: 1

      Blinn's Law is never wrong.

      --
      sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
    5. Re: ...and clever Algorithms by cellocgw · · Score: 1

      Blinn's Law is never wrong.

      ... wondering what Muphry's [sic] Law has to say about that.

      Cellocgw's Law: Cellocgw's Law is always wrong.

      beat that!

      --
      https://app.box.com/WitthoftResume Code: https://github.com/cellocgw
  16. uninformed author by gravewax · · Score: 1

    What the fuck is the poster on about. Ray Tracing has been a known researched thing that was on the horizon for years, it hasn't suddenly miraculously appeared and was always expected once the hardware crossed the threshold of performance for it to be released for more general consumption.

  17. Magicleap by shaitand · · Score: 1

    As long as magic leap has been vaporware, the graphics vendors have known real time ray tracing was going to be required in a big way and have been working on it behind the scenes.

    1. Re:Magicleap by JustNiz · · Score: 1

      Magic leap has zero dependency on raytracing.

  18. Re:Sinple by Anonymous Coward · · Score: 1

    They have been working on it for 10+ years

    now.

  19. So first off, the Nvidia/MS thing is crap by locater16 · · Score: 3, Informative

    The first thing to understand is that the Nvidia and MS press releases are complete crap. Oh it "works". The UE4 Star Wars thing is real enough. It's also running on $12,000 worth of GPUs at 30fps in 1080p, and is only partially raytraced.

    Now does this mean realtime raytracing isn't here? Well the answer is no, it is here. The game Claybook is entirely raytraced, unlike the DirectX demos. It's in early access and runs on nothing more than an Xbox One or PS4, and does so at 60 frames per second. Here's the trailer: https://www.youtube.com/watch?... Now THIS is possible because graphics programmers have gotten quite clever over the years. The cleverest bit is called signed distance fields. This can be thought of a volume of points, or boxes, that all store the nearest distance to a solid "surface". Going through this structure allows you to raytrace very very quickly, as you know how much empty space you can skip each time without hitting anything. And since this data is relatively small for each point it doesn't use up a lot of memory either. It's so fast and low memory you can run a demo in your browser here: https://www.shadertoy.com/view...

    Obviously there's a bunch of other clever programming going on in Claybook and other titles. But SDF's are the biggest thing to understand. That and that the MS Raytracing API is totally uninteresting from a performance perspective. In fact it's rather awful.

    1. Re:So first off, the Nvidia/MS thing is crap by UnknownSoldier · · Score: 3, Interesting

      > The UE4 Star Wars thing is real enough. It's also running on $12,000 worth of GPUs at 30fps in 1080p

      Uhm, try $50K for the Nvidia DGX Station running on four Volta GPUs.

      > Well the answer is no, it is here.

      Outcast, back in 1999, did real-time ray tracing and voxel rendering

      The only difference is 20 years later we can do it hardware.

    2. Re:So first off, the Nvidia/MS thing is crap by Bobtree · · Score: 1

      The game Claybook is entirely raytraced

      No, it isn't. Here are their GDC 2018 slides: https://www.dropbox.com/s/s9tz...

      They are using Unreal Engine 4 for shadow cascades, ambient occlusion, lighting, motion blur, and presumably the background scene. The SDFs are raytraced for first-hit surface intersections, soft shadows, and extra ambient occlusion. The visual giveaway is that there are no reflective surfaces.

    3. Re:So first off, the Nvidia/MS thing is crap by Bobtree · · Score: 1

      Outcast, back in 1999

      That summary is crap. Outcast was only raycasting a 2d heightfield. No raytracing, no voxels.

    4. Re:So first off, the Nvidia/MS thing is crap by UnknownSoldier · · Score: 1

      The original Art Directoror disagrees.

      He used the word voxel 11 times and refers to the 2D heightfield as "voxel tiles" but technically that's correct. A 2D heightfield is just one way to represent a sub-set of 3D voxels.

      http://francksauer.com/index.p...

      You are right about the ray casting though.

      Was Quake Wars: Ray Traced the first ray-traced game?

  20. Re:Smaller transistors by Locke2005 · · Score: 1

    I disagree; flying cars are hitting the market any day real soon now -- but you will be required to have a pilot's license for most of them.

    --
    I've abandoned my search for truth; now I'm just looking for some useful delusions.
  21. Re:Sinple by mikael · · Score: 1

    They started using neural networks and machine learning to look at optimizing algorithms. Things like solving anti-aliasing problems. Normally they had to super-sample every pixel hundreds of times. Most cases, the result is the same. An ML algorithm let them figure out the most important cases and reduce the number of samples needed. Instant speedup.

    --
    Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  22. Re:Smaller transistors by OneHundredAndTen · · Score: 2

    Other than that, there's not going to be much difference because by the '80s planes were just that good.

    What has been touted as big passenger-visible advancements in commercial airlines in the last few years is slightly larger windows, slightly higher pressure in the cabin, and slightly higher moisture. That's it. As for safety, while it is true that airplanes are safer than they have ever been, the truth is that they were already extremely safe in the 70s. The sad, depressing truth is that it takes exactly the same time to fly from London to San Francisco as it did fifty years ago. That's half a century ago. It is indeed cheaper than it used to be, but the experience is, if anything, more miserable than it has ever been. And, bearing in mind that the airline industry has become a race to the bottom in the last 10 to 15 years, the experience is going to become, if anything, worse.

  23. Real Time Ray Tracing by what definition? by Darkling-MHCN · · Score: 1

    Full realistic ray tracing to provide real global illumination be it real time or otherwise has always been impossible. Ray tracing is only a simulation and has always employed artificial cutoffs and other hacks. Why? Well light is analogue, to simulate it properly requires a literally infinite amount of processing power. I doubt there'll be anything different about this tech, it's just a new api.

  24. No, It didnt. by Joviex · · Score: 2

    You fundamentally misunderstood the technology; partial solutions for partial rendering with interpolation is not 100% raytracing.

  25. Even simpler. by gl4ss · · Score: 1

    it's just used for effects not for full scene. they are not shooting a ray per pixel(or multiple). and following it where it goes. for most of the scene they don't need to do that and for the reflective surfaces they only need to do it once sfor every so many pixels.

    people we're doing partial limited realtime raytracing to make some effects on pentium 100mhz's.. that you use raytracing as part of an effect is just.. well, it's not the same as raytracing with povray - not at all.

    --
    world was created 5 seconds before this post as it is.
  26. It sounds like you're asking a different question by Pezbian · · Score: 1

    It sounds like OP is asking "Why are GPUs so damn powerful so soon?"

    In a word: Cryptocurrency mining

    People were willing to pay for faster and faster GPUs for their mining farms and their profits allowed it. Look at the overwhelming demand for dedicated space heaters, er, miners. If there was no money in it, it wouldn't have happened.

    It has been said that porn built the internet. Based on traffic share, that's a safe bet. There was money in being a 1 frame per second camgirl and there was money in video, which was difficult to get over a dial-up modem. A few fibers and cables later, even T1 lines were eclipsed.

    --
    In a world of the blind, the one-eyed man is king--and the two-eyed man is a heretic.
  27. Re: Smaller transistors by dunkelfalke · · Score: 1

    Aircraft safety sucked in the seventies. Planes that were knowingly defective were released and killed people.

    --
    "It's such a fine line between stupid and clever" -- David St. Hubbins, Spinal Tap
  28. Re:Smaller transistors by Joce640k · · Score: 2

    The sad, depressing truth is that it takes exactly the same time to fly from London to San Francisco as it did fifty years ago.

    It's unfortunate that we can't change the laws of physics, yes.

    It is indeed cheaper than it used to be

    Ticket price is linked to fuel consumption. The price of air travel would rise sharply if we tried to fly any faster.

    --
    No sig today...
  29. yeah well.. by SuperDre · · Score: 1

    It's still not possible (in high resolution/high framerate) on current consumer GPU's.. The star wars demo for instance was done on a set of very VERY expensive (not available to the public) GPU's which will not be available for another few years.

  30. Re:Smaller transistors by Opportunist · · Score: 1

    You have discovered the "good enough" problem. At some point in development of pretty much anything, you hit the 80/20 barrier where improvement becomes prohibitively expensive, to the point where it is economically unfeasible. The Concorde was one of those 20% that are unfeasible. Hence it vanished.

    You will notice that most of the technology you mention has been around for much longer than computers. Cars, houses, clothing, buildings, even planes. The computer, with integrated circuits, is less than 50 years old. The first halfway affordable graphical interface came 40 years ago. Windows 95 was just over 20 years ago. And hardware supported 3D processing in mainstream computing is barely 20 years old.

    And remember that it always takes at least 3-5 years for a technology to take over and replace its predecessor to a point where development focusing on the new technology becomes economically feasible.

    Now think back to when the technologies you mentioned were 20 years old. Was there room for improvement? Hell, there was even a lot of room for improvement 50 years after their first appearance.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  31. Different Constraints by briester · · Score: 1

    Raytracing and rasterizing behave in memory differently, making the tradeoff between them less about processing and more about memory size. Rasterization and raytracing perform the same functions, but in a different order. Rasterization iterates over every triangle to see if it covers each pixel, and repeats that loop over every triangle for every pixel in the image. Raytracing iterates over every pixel, testing for intersection with each scene primitive.

    The big difference is how memory is used in this process. Rasterizers can stream triangles in order very efficiently, while raytracers must have the entire scene in memory all at once. We've had more than enough computational capacity in GPUs to do reverse raytracing (perfect shadows and refractions, no support for global illumination, caustics, etcetera,) for more than a decade. Memory *size,* however, has only recently become great enough to support the same quality scene geometry that we're used to seeing from rasterized titles.

  32. Re: Smaller transistors by Anonymous Coward · · Score: 2, Insightful

    Cars dont have carburetors and run for 100,000 miles with essentially no maintenance beyond wear components. My guess is you never owned a car before the 80s to have any idea how much things have changed.

  33. Re:Sinple by arglebargle_xiv · · Score: 1, Insightful

    Simple: Hardware got more powerful.

    Simple: Graphics card vendors required some new buzzword to sell their most expensive hardware.

  34. Re:Smaller transistors by hipp5 · · Score: 2, Insightful

    We don't even have the Concorde anymore. Airplanes still look, act, and sound the same as in 1969 when the 747 first flew. Cars, houses, clothes, buildings, roads, food, all more or less look the same.

    They still look roughly the same because that's a pretty good geometric design. But that doesn't mean they are the same. There have been huge advances in aviation technology over the past 50 years. For example, the average fuel burn of new commercial jets fell 45% between 1968 and 2014. Modern jets have better engines and are made of modern materials (carbon fibre is becoming more and more common). This means cheaper prices and longer distances for direct flights.

    Buildings certainly do not look the same. New homes in the '60s were usually 1100 SF or smaller (at least in my area). Compare that to new homes now that are 2000 SF, much more efficient, and have a lot more modern conveniences. Now they're not filled with asbestos and lead paint.

    And I could go on and on with food, clothing, and the rest.

  35. Re:Smaller transistors by Noah+Haders · · Score: 1

    I think price is a huge revolution. I can go from LA to Iceland for $400 RT. The shape of planes is the same, but the shape of air travel is completely revolutionized.

  36. Complexity by fyngyrz · · Score: 2

    Handling reflections perfectly is trivially easy with raytracers, and there have been plenty of real-time raytracers even for low-end consumer hardware in the 90's.

    Even with a simplistic ray model, the more objects there are in the scene, the more complex the trace becomes. Until you hit an object, you don't know at what angle the ray diverges from that object; it may, for instance, go through several partially transparent objects before it reaches a light source, or it may reflect off of several items that are colored, or metallic (which, if done properly, introduces further complexities.)

    The classic ray tracer has to examine every object N for every pixel generated M:. So the more objects and pixels there are, the longer it takes to render the scene. Complexity is straight-up NxM. This is without even thinking about things like soft shadows.

    That is the bottleneck; and you're not going to solve it for all scenes just by throwing hardware at it.

    You can solve it by simplifying the scene until the hardware can keep up, and as near as I can tell, that's what's being described here.

    Or IOW, there's more hype here than truth.

    --
    I've fallen off your lawn, and I can't get up.
    1. Re:Complexity by guruevi · · Score: 1

      It's not just simplifying the scene, it's also simplifying the ray tracer model. Instead of tracing every pixel, it takes a group of pixels and renders them all the same and then applies some filters after the fact to make it look better. So instead of tracing the source of 1920x1080 pixels it's tracing perhaps a few hundred 32x32 or 64x64 sections and then applying a denoiser.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    2. Re:Complexity by fyngyrz · · Score: 1

      Which is another (rather, a further) way of saying "it's not really a ray tracer at all" and therefore no, we don't have realtime ray tracing. :)

      --
      I've fallen off your lawn, and I can't get up.
  37. Re:Sinple by Type44Q · · Score: 1

    Don't feed the trolls. ;)

  38. Blinn's Law Does Not Say This by Roger+W+Moore · · Score: 1

    It may never be doable because of Blinn's Law.

    Blinn's law says that the time to do something remains constant with the usual result that improvements go into the quality of the result. This is pretty self-evident with real-time video since your time budget is fixed by needed to maintain the frame rate and for any given frame rate you might as well use all the time available. Hence, it says nothing about whether "true" real-time ray tracing will ever be possible. The real question is not whether it will become possible but whether it will become practical. This is determined by whether or not there are alternative, less computationally intensive algorithms that produce visually similar (or better) results for that frame rate. If there are not then real-time ray tracing will the be the algorithm of choice.

  39. Re: Smaller transistors by macmurph · · Score: 1

    It actually takes longer to go from SF to London today. In the past, we had the Concorde, no TSA, and a lot less traffic on the way to the airport. That could easily shave off hours from the trip. I don't recall if Concorde landed on the west coast, but I think it was in Dallas, Tampa, DC, and NYC.

  40. the uneven future, since forever by epine · · Score: 3, Interesting

    Or even 30 years ago ... well ray tracing was anyway.

    Back in 1980, the University of Waterloo mathematics and computer science building had a locked public display case featuring artifacts from the senior-level computer graphics course, most of which involved ray tracing (standard chessboard-reflected-in-shiny-sphere kinds of things, but with the scenes aggressively simplified—like only three chess pieces of a dozen polygons each and the board reduced to sixteen squares).

    What separated the great from the good was treatment of subtleties such as getting the specular highlighting right. I was young and naive and didn't have Wikipedia at my fingertips, so I don't recall much more.

    They also had a public information kiosk back in 1980 which used some kind of polygon-fill graphics language to render an interactive dial-up information browser in all the best oversaturated colours. Just like the Internet, if the Internet consisted of exactly one host, and it was dead slow. But shiny! Everyone tried it out—for exactly three minutes (that would be about your third screen rendered).

    They also had rooms full of card readers, which they couldn't bother themselves to eliminate until some fancy anniversary shindig a few years later.

    In one terminal room you'd have IBM 3270 block-oriented displays, in the next you'd have the god-awful WIDJET terminals, in the next you'd have IBM PCs running APL (for statistics students), in the next you had Commodore SuperPETs, custom tweaked by the Computer Systems Group or related ecosystem (these people were later responsible for the Watcom C++ compiler).

    WIDJET (Waterloo interactive direct job-entry terminals) was basically a JCL front-end with the ability to store about six whole files on non-card storage, where mostly you sat twiddling your thumbs waiting for your runs to pass through the job submission queue.

    One such room was more advanced and you could *edit* your next assignment with your previous run still in the queue, but you had to sign up way ahead of time to actually get a seat in this room.

    In the other room, you might submit a compile, sit there for ten minutes watching it bounce up and down the queue (upper-year jobs had priority) and then decide "oh, I did something wrong in the previous assignment" and you'd click "edit" on some previous source file, only to discover the message "job submission cancelled" popping up on the status line of your display and since you'd already spent years with the immense power of the TRS-80 or Apple II at your fingertips, you'd bash your head into the desk and wonder how you'd become mired in this technological institution of hazing, abuse, and mediocrity.

    The SuperPETs were okay, but the custom Pascal did some kind of partial compile to catch syntax errors before running the interpreter. The error reporting was beyond horrible. 50% of all syntax errors were the same message: "syntax error near or before end of file." It was much like Donald Trump tweaking "WRONG!" at you if you got a single brace out of alignment.

    "Sorry! I'll hunt through my entire program looking for the one I messed up." This worked for localized changes. But generally what you actually did after a big edit was added or removed braces at random until you found the problem through a tedious process of bisection (which, however, was an order of magnitude less tedious than dealing with WIDJET, even in the good room).

    My first year at Waterloo was the biggest computer science mindfuck of my entire life.

    Eventually I discovered you could kind of get into a groove with the IBM 3270 terminals—as archaic as they seemed—if you blinked longer than normal after each press of the ENTER key. Plus, these had chat, so you could send "nice sunrise" messages to all your friends at 05:00.

    Fro

  41. People in the know by Bengie · · Score: 1

    People who are good at what they do are typically monitoring or communicating with other people who are good at the same thing.

    Or they're at least all watching the same thing and great minds think alike and all that. Kind of like telescopes. No one had even thought of a telescope, yet when optics became good enough, the telescope was independently invented by several different people within a year of each other, but all far enough apart that communication among them would have taken longer than a year, so it was impossible for them to have known what was up with the others. Most ideas that seem novel are really obvious to masters of the domain as long as they're presented with the same problem. This has been a sore point of our patent system for a long time. Just because something has never been done before doesn't mean the person who made it is special or put a lot of effort into it. They were just lucky with timing. Yay, lottery!

    My guess is a combination of masters being masters and all saw the tipping point around the same time, and keeping their ears to the ground.

  42. Re: Smaller transistors by david_thornley · · Score: 1

    IIRC, the Concorde was not allowed at supersonic speeds over land areas, which means that it was no faster than an ordinary airliner going from the East Coast to San Francisco, and much less efficient.

    --
    "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  43. 2004 /. article on Beowulf cluster Quake iii rays by RalfM · · Score: 1

    I remember back in 2004, when Beowulf clusters were still a cool thing, Quake iii getting the real time raytracing treatment. Great to see it in individual machines now, but I also wonder what cluster tech has replaced the old Beowulf...

    https://games.slashdot.org/story/04/06/07/2350243/quake-iii-gets-real-time-ray-tracing-treatment

    --
    The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt.
    -Bertrand Russel