Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Quake III Gets Real Time Ray-Tracing Treatment

Posted by simoniker on Mon Jun 07, 2004 06:58 PM
from the looking-smooth dept.
Ozh writes "Did you ever wonder what you could do with a cluster of 20 AMD XP 1800s? Some German students and videogame fans did, and their answer has been what they call 'ray-tracing egoshooters', an entirely raytraced game engine which 'runs about 20 fps@36 GHz in 512x512 with 4xFSAA'. The first game to get this treatment is Quake 3 Arena : the screenshots look slightly better than the original 3D engine but the video (56 Mb, 3'19) is quite dramatic."
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Does it make full use of GPUs? (Score:5, Interesting)

    by reality-bytes (119275) on Monday June 07 2004, @07:09PM (#9361402)
    (http://www.clickonstore.net/)
    Its a bit hard to tell from the page whether this makes full use of the GPUs per box in the cluster like Chromium [sourceforge.net]

    They do also mention that it can render entirely in software over the network at 20FPS - not bad considering that each fram portion of the data has to pass across presumable 2 machines before it is passed to the display!
  • Kinda cool (Score:5, Interesting)

    by Anonymous Coward on Monday June 07 2004, @07:15PM (#9361430)
    That's pretty nice. Unfortunately most of the effect can be simulated using tricks and still run on a regular computer. Especially with all the stuff you can do on the GPU now.

    They need to soften the shadows also. Either by using tricks or radiosity. Right now it looks kinda meh...

    Interesting effort though.
  • Freecache link for the video (Score:3, Informative)

    by 42forty-two42 (532340) <bdonlan&gmail,com> on Monday June 07 2004, @07:22PM (#9361458)
    (http://slashdot.org/ | Last Journal: Tuesday July 24, @05:09PM)
    Freecache link [freecache.org]. This should hopefully be faster. Anyone have a torrent?
    • Re:Freecache link for the video (Score:4, Informative)

      by Vaevictis666 (680137) on Monday June 07 2004, @07:34PM (#9361529)
      Just an FYI, it seems that freecache just does a passthrough on AVI files. I tried doing the freecache thing, but firefox keeps showing up as saving it from the original host.

      And besides, I'm _still_ getting over 100k/s (it was 115 when story first posted, now at 105) so we're collectively not doing the greatest job of slashdotting them anyways.

      [ Parent ]
  • Nice links there (Score:2)

    by complete loony (663508) <Jeremy...Lakeman@@@gmail...com> on Monday June 07 2004, @07:22PM (#9361459)
    Somebody didn't notice the frameset...
    Screen Shots [uni-sb.de]
    Downloads (video) [uni-sb.de]
  • raytracing downsides? (Score:4, Interesting)

    by Ender Ryan (79406) on Monday June 07 2004, @07:22PM (#9361461)
    (Last Journal: Monday November 27 2006, @04:43PM)
    Ok, so this is pretty neat. The screenshots look pretty nice, and I'm downloading the video(ISDN, bleh), but what I really find interesting is the mention of a hardware raytracing GPU, and a link to a working prototype.

    So my question is, for those of us who don't know the first thing about 3D graphics, what are the pros and cons of a raytracing GPU, compared to the polygon pushers we currently know and love.

    • Re:raytracing downsides? (Score:5, Informative)

      Well, its known to be slower in implementation. It also forces lighting on the rendering. After all, we're tracing rays of light, here. But in theory, raytracing is where the future resides. I'm told, though I don't fully understand the logic behind it, that raytracing should scale to higher poly scenes than rasterizing. The big problem it seems is that its difficult to find hacks to speed up rendering. Most speed enhancements are data restructuring, like subregion partitioning. The idea being that if a ray doesn't intersect a region, it can't intersect anything in the subregion and you don't need to test it.

      The real benefit is free occulsion culling, shadows, lighting, reflections, and essentially a physical simulation of how things actually work in life. There's been a few boards prototyped to do ray-tracing. Just google for Real-Time Raytracing. The paper behind it suggests that a hardware raytracer scales nearly linearly with the amount of tracer units behind it. These days its difficult to take a hardware prototype and beat the market standard with a wholly different paradigm, especially when the benchmark is OpenGL based. OpenGL only provides for 4 light sources, and little point. The prototype that exists is incredibly large and not well suited to current small desktop cases. But given the right set of talent, this is an interesting concept that could prove to take over poly pushers eventually.
      [ Parent ]
      • Re:raytracing downsides? (Score:5, Informative)

        by 0x0d0a (568518) on Monday June 07 2004, @08:19PM (#9361777)
        (Last Journal: Sunday October 03 2004, @04:03AM)
        I have a comment a bit further down with some more explanation.

        I remember seeing an SGI demo of real-time raytracing. They used a kinda neat technique -- the application was a modelling app, and so they "faded" the new image in by rendering random pixels. It let them get away with far fewer FPS.
        [ Parent ]
        • Re:raytracing downsides? (Score:5, Insightful)

          by photon317 (208409) on Monday June 07 2004, @11:56PM (#9362976)

          A freind of mine wrote a real time raytracing engine as an assembly demo on an 80386 back in 1993 or so. Doing "real time raytracing" isn't that hard, it's doing it with complex objects, lots of light sources, and high resolution, that becomes a problem. IIRC, his was in 320x240, and was only rendering half the lines on the screen (effectively 160x240), and the scene was just moving through a dullish rocky martian landscape with a setting sun as the only lightsource.

          My point being, it's not a great feat to do realtime raytracing, it's just a great feat to harness enough hardware power or come up with enough optimization tricks (without cheating and make it of lesser quality than a real raytrace) to do big nice-looking things with it.
          [ Parent ]
      • Re:raytracing downsides? (Score:5, Informative)

        by mr3038 (121693) on Tuesday June 08 2004, @04:16AM (#9363862)
        (http://www.jyu.fi/~mira/index.html)
        [Raytracing] also forces lighting on the rendering. After all, we're tracing rays of light, here.

        Umm.. no. In practice, no raytracer traces rays from the light source because very few of those rays would ever hit the camera. Instead, all raytracers do it backwards: backtrace the ray that would come from the top left pixel orientation towards the camera lens. When the ray hits an object (say, a wall), compute backtraces from that location. If you don't need realistic lightning, hitting a wall could always return preset amount of light (mixed with the object texture, of course) from that wall and no scattering of the ray.

        The problem with full hardware raytracers is that the hardware should be able to hold whole scene or there'll be problems with some ray directions. GPU and the board on which it recides would limit the complexity of the scene, unlike with OpenGL which may render as complex scenes as the whole system can store (part of the scene can be streamed from the hard drive...)

        I think the future will be a mix of both systems. Raytracer for curved, reflective surfaces. Multipass raster engine for everything else.

        After looking through the video clip, it seems clear to me that the most important improvement in current games is better shadows. How many reflective surfaces there're in your environment? I'd say the glass is only one I'd miss reflections from and if that makes the difference between 2fps and 200fps, the lets forget the real reflections and use environment cube mapping instead.

        [ Parent ]
    • Re:raytracing downsides? (Score:5, Informative)

      by cgenman (325138) on Monday June 07 2004, @08:55PM (#9361956)
      (http://www.chriscanfield.net/)
      what are the pros and cons of a raytracing GPU, compared to the polygon pushers we currently know and love.

      Raytracing is generally more expensive than traditional polygon based graphics. You get more realistic curvature, far more realistic lighting, (including incidental light, diffuse light, etc), reflections, deflections / transparencies (such as those glass balls everyone loves), etc, etc, etc.

      When Pixar goes rendering, Pixar raytraces. When Cameron goes rendering, Cameron raytraces.

      The downside is that raytracing is a total resource hog. Essentially, for every pixel on the screen you trace the path of the light backwards, discovering every incidental surface and light source that might be effecting it along the way.

      Polygon algorithims put stuff immediately to the screen, only going so far as to cull the faces that aren't visible to the camera. This is a lot more efficient for today's graphics, and will be far into the future.

      And every time we get a step closer to using realtime raytracing, we get better polygon altorithims. First we had flat polygons, then we had colored vertexes, now we texture a character based upon averages of the normals of the surrounding vertexts, creating seamless skins. Originally we had no light, then a baked in faked lighting, now we have multiple light sources with multiple faked shadows on a baked environment. Glass and mirrors, once unheard of in a videogame, are now common. We even sample textures over a given area to try and get a more accurate per pixel representation.

      So to answer your question, a raytracing GPU would have to be bloody powerful to do what you can do today with a polygon engine in realtime. Again, everyone thinks we'll get there someday, and there is no doubt in my mind that we will, but a realtime raytraced commercial game is such a distant possibility as to be a lifelong aspiration.

      [ Parent ]
    • Re:raytracing downsides? by jonadab (Score:3) Monday June 07 2004, @08:58PM
    • Re:raytracing downsides? (Score:5, Informative)

      by j1ggl3x (701715) on Tuesday June 08 2004, @03:20AM (#9363696)
      People have been giving good pros and cons to ray tracing, but I haven't seen a comment explain what it is. Now it's been awhile since my graphics course (so this may be terribly wrong), but from what I remember raytracing works something like this:

      1. Imagine a ray shooting out of your eye through each pixel on your screen. So ray shoots into the 3D world and it might hit an object. The purpose of the ray is to collect light information.

      2. If it hits an object, it will bounce off at a certain angle (depending on the object). After it bounces around a couple times, it might eventually hit a light source or you might set a limit to how many times it can bounce. Each time it bounces off an object, it might lose some intensity depending on the surface of the object.

      3. After all the bouncing, it collects light information (depending on what it hits, the surface, the lighting) and now that pixel now has more accurate light info for rendering.

      What this allows is much more realistic mirrors, reflections, lightings, shadows, etc. but as you can imagine, bouncing off all those rays takes lots and lots of computation. Radiosity was mentioned, and that's basically shooting millions of rays FROM the light sources first (instead of from the users eye to each pixel). But again, lots of calculations.

      If you're wondering how current games look so good without raytracing, it's due to lots of clever hacks and simulations for lighting/shading. Raytracing is kind of a brute-force/realistic method. Hope that helps someone...
      [ Parent ]
  • Radiosity! (Score:2, Informative)

    Man, I can't believe they didn't used radiosity [uni-dortmund.de] to render those images. Yes, I know it takes a lot more of CPU power, but I would surely steal other people computers just to play Quake that way :)
    • Re:Radiosity! (Score:5, Informative)

      by j1m+5n0w (749199) on Monday June 07 2004, @09:11PM (#9362040)
      (http://syn.cs.pdx.edu/~jsnow | Last Journal: Sunday July 11 2004, @08:36PM)

      Radiosity would dramatically increase the computational complexity.

      Polygonal rendering: O(N), where n=number of triangles
      Ray tracing: O(log N), where n=number of objects (assuming a good bounding volume heirarchy)
      Photon mapping: O(P log max(P, N)), where P=number of photons, which generally must be inserted into a kd-tree, and N=number of objects
      Radiosity: O(N^2), where n=number of triangles

      Ray tracing could conceivably make a game faster, if the scenes are complicated enough. Radiosity, on the other hand, is very very slow. Photon mapping [ucsd.edu] might be a better choice - it traces rays from the light source, and stores photons at the object intersection points, which are then used by the ray tracing step to approximate global illumination.

      -jim

      [ Parent ]
  • Lan party upgrade (Score:4, Funny)

    by complete loony (663508) <Jeremy...Lakeman@@@gmail...com> on Monday June 07 2004, @07:26PM (#9361472)
    Great so now I have to lug 20 pc's to a LAN party to get a decent frame rate?
    And I was just thinking about my next upgrade for HL2/Doom3.
    Imagine a cluster... oh wait.. um, so is it running linux? and where is the source code?
  • Soon... (Score:4, Insightful)

    by eyeball (17206) on Monday June 07 2004, @07:28PM (#9361482)
    (http://www.spacehaven.com/ | Last Journal: Thursday November 14 2002, @03:08PM)
    According to Moore's law, we should get this power in our desktops in about 4 and a half years from now.
    • Re:Soon... by 0x0d0a (Score:3) Monday June 07 2004, @08:29PM
      • Re:Soon... by RedWizzard (Score:2) Monday June 07 2004, @10:45PM
      • Re:Soon... by Pluvius (Score:2) Monday June 07 2004, @10:58PM
      • Re:Soon... by zipwow (Score:2) Wednesday June 09 2004, @08:11PM
        • Re:Soon... by 0x0d0a (Score:2) Wednesday June 09 2004, @11:16PM
          • Re:Soon... by zipwow (Score:2) Thursday June 10 2004, @11:53AM
  • Stop the Insanity (Score:5, Funny)

    by superultra (670002) on Monday June 07 2004, @07:50PM (#9361615)
    (http://www.beelerspace.com/)
    Dammit, don't give Carmack any ideas! I'll barely be able to run Doom 3!
  • freecache (Score:2)

    by pizza_milkshake (580452) on Monday June 07 2004, @08:13PM (#9361739)
    (http://www.parseerror.com/)
    freecache link to the 60MB movie posted to /. frontpage [freecache.org]. sheesh.

    pulling down at about 200kb/s

  • Wow. (Score:1, Funny)

    by ikkonoishi (674762) on Monday June 07 2004, @08:31PM (#9361822)
    (Last Journal: Friday May 27 2005, @08:11AM)
    Imagine what you could do with a beowulf cluster of these things... oh wait... nevermind.

    It seems my question is already answered.
    • Re:Wow. by Anonymous Coward (Score:1) Tuesday June 08 2004, @12:40AM
      • 1 reply beneath your current threshold.
  • Looks worse to me (Score:3, Interesting)

    by Jerf (17166) on Monday June 07 2004, @08:31PM (#9361823)
    (Last Journal: Saturday August 18 2001, @11:04AM)
    Is it just me, or did that look much worse than standard Q3?

    Q3 isn't designed, let alone optimized, for raytracing, so that's not a major surprise, but I still expected an improvement, not a downgrade.

    I think a custom demo is called for.

    The tech sure is hella cool, though.
  • I have to say ... (Score:2)

    by bergeron76 (176351) * on Monday June 07 2004, @09:16PM (#9362066)
    That video is one of the most impressive things I've seen (as related to PC video/games). The scene that looks like a night club is astounding, and the scenes with the mirrors are extremely cool.

    I can't wait to see this technology in production.

  • ed2k link (Score:3, Informative)

    by 0x0d0a (568518) on Monday June 07 2004, @09:30PM (#9362127)
    (Last Journal: Sunday October 03 2004, @04:03AM)
    ed2k link [google.com] (It sucks that Slashcode is broken WRT ed2k direct links.)
  • by NanoGator (522640) on Monday June 07 2004, @10:34PM (#9362517)
    (http://www.ferion.net/ | Last Journal: Monday May 06 2002, @02:16AM)
    They're hosting screengrabs and a big video file, and the site's still holding up? Well now we all know what they did with all those machines they used for the demo!
    • 1 reply beneath your current threshold.
  • Ray traced games on consoles (Score:2, Interesting)

    by Mekabyte (678689) on Monday June 07 2004, @10:34PM (#9362518)
    (http://kontek.net/)
    And some people [gamezero.com] 10 years ago thought that ray traced games were going to be on LAST generation CONSOLES.
  • Slow already? (Score:2, Informative)

    by sean1121 (614907) on Monday June 07 2004, @10:43PM (#9362567)
    (Last Journal: Thursday July 28 2005, @01:08PM)
    Heres a mirror of the movie.
    http://mirror.openbarr.com/20040509_egoshooters_q3 rt.avi [openbarr.com]
  • by Repran (560270) on Tuesday June 08 2004, @12:40AM (#9363183)
    (Last Journal: Saturday February 11 2006, @07:16PM)
    ... can be found here [gamestar.de].
  • alienware (Score:1)

    by Flunitrazepam (664690) on Tuesday June 08 2004, @01:05AM (#9363275)
    (Last Journal: Wednesday August 13 2003, @07:35PM)
    I guess I'll start saving for that alienware system after all..
    • Re:alienware by Laetor (Score:1) Wednesday June 09 2004, @05:13PM
  • Missings some things (Score:4, Interesting)

    by The Moving Shadow (603653) on Tuesday June 08 2004, @03:45AM (#9363765)
    Okay i know raytracing provides far more realistic visual representations of a 3D modelled scene than actual scanline polygon rendering. But - and here comes the but - i miss a lot of things in this raytraced Quake movie. All the shadows are really really crisps, one would expect that when light bounces off walls and objects a few times its reflected light would soften those crisps shadows. E.g. it would result in softened gradual shadows.

    I guess they limited the path of the ray they calculated so it bounced only two or three times off an object before they stopped calculating it. (If they stopped after one pass you wouldn't have seen those reflective glass balls like you did, which need multiple passes to look like they do).

    I also miss colour bleeding on the surfaces. E.g. when you have - let's say - a white surface next to a red surface, some of the red will bleed on the white because light coming from the red surface will fall on the white surface and light it in a red hue. You would have seen this with a proper raytracing engine where the light bounces multiple times from an object and where the colour of the light is affected by the colour of the object.

    I think those are the main reasons why the video doesn't look as realistic as i hoped for. (Then again how realistic is walking through a building where they have decorated the place with gruesome wallpaper taken from a horror movie and gigantic brains on mechanic spider legs walk around... ;) )
  • So....what? (Score:1)

    by nullvector (694435) on Tuesday June 08 2004, @12:00PM (#9367671)
    This looks worse than the original engine. I've played Q3 since it came out, and those screenshots are crappy compared to what the game really looks like... So big deal, someone used tons of processors and some good coding to create graphics that look worse than the original, for a few thousand times the CPU and $$ cost! Sometimes I wonder why people get excited over this stuff.
  • POVRAY (Score:2)

    by markh1967 (315861) on Tuesday June 08 2004, @12:59PM (#9368337)
    As no-one else has mentioned it I'll be the first to point out that if you want to try raytracing for free on just about any platform you'll want POVRAY [povray.org].
  • Raytracing101 (Score:1)

    by Mahrtian (238199) <dallas AT mahrt DOT org> on Tuesday June 08 2004, @01:28PM (#9368630)
    Feel free to mod me as redundant, but I'm sick of all the incorrect assumptions regarding rendering.

    Raytracing overview. (a simple implementation)

    Raytracing involves the casting of rays from the camera's eye, through a pixel in the screen. For each object in the scene (assuming no partitioning optimizations) we calculate whether the ray intersects the object. If it does, we determine the distance from the 'screen' to that object (consider it the Z depth) and save this for later. Once we have checked every object we find the object with the shortest distance (Z depth) and we caluclate the color of the pixel at that point.

    To do this we get all the light source in the scene, and we cast a ray from the point on the object to each light source (assume point lights for now). We then determine if any objects intersect the ray. If there is a intersection then the point on the object is in shadow (at least partially, we won't handle translucent objects for shadows) so there is no light reaching the object from that light source. If there is no intersection, we calculate the color based on the material of the object (ka, kd, kn, ks), the angle of the camera to the points normal and the angle of the light source to the points normal as well as any reflected/refracted components.

    The reflected/refracted components are where the coolness of raytracing is found. If the object has reflective properties, we cast a ray from the point on the object along at the angle determined by the original rays angle of insidence to the normal. We then use the same logic as the ray from the camera to determine what object it intersetcts with and the color of that point on the object. This is the recursive nature of a raytracing. This color value is then incorporated into the caluclation of the original point's color based on its 'reflectivity'. The same is done for refraction except that the ray is determined based on the refractive index of the object and snells law.

    This is the extreme basics of raytracing. There are many subtilties that I have glossed over as well as many optimizations that can be done. For further enhancements there are better light models (spot lights, box lights, area lights, etc), distributed raytracing (which provides many features such as soft shadows, depth of field, motion blur, hazy reflections/refractions, antialiasing) and many others.

  • If you read the article on slashdot properly; it tells you that ;)
    [ Parent ]
  • Re:FSAA? (Score:2)

    by bobbozzo (622815) on Monday June 07 2004, @07:47PM (#9361601)
    Why would they need FSAA on if it's ray traced?

    Probably because they're only rendering to 512x512.

    [ Parent ]
  • Re:FSAA? (Score:5, Informative)

    by frantzdb (22281) on Monday June 07 2004, @08:06PM (#9361692)
    (http://benfrantzdale.livejournal.com/)
    Because raytracing point-samples the scene, so just like polygon rendering you'll get jaggies all around your objects if you don't antialias.
    [ Parent ]
    • Re:FSAA? by Guspaz (Score:2) Monday June 07 2004, @08:32PM
      • Re:FSAA? by metalhed77 (Score:2) Monday June 07 2004, @09:02PM
        • Re:FSAA? by Guspaz (Score:2) Monday June 07 2004, @09:32PM
          • Re:FSAA? by John Harrison (Score:2) Tuesday June 08 2004, @07:54AM
            • Re:FSAA? by Guspaz (Score:2) Tuesday June 08 2004, @11:25AM
              • Re:FSAA? by John Harrison (Score:2) Tuesday June 08 2004, @11:49AM
  • Re:Help? (Score:3, Informative)

    by WolfWithoutAClause (162946) on Monday June 07 2004, @08:10PM (#9361722)
    (http://slashdot.org/)
    For each pixel (little dot) on the screen they projected a ray into the scene until it hit something. Then they bounced off at the appropriate angle until they hit something else, and so on until they hit a light. This can take quite a few reflections.

    And they did this for every pixel on each scene, 20 times per second.

    It's a slow technique but it gives good results. They managed to do this fast by using hardware and 20 computers all running in parallel and transfering the results over the network in realtime; 20 times per second.

    Previously used techniques to draw the graphics for Quake III involve drawing little perspective adjusted triangles on the screen; with stuck-on texturing and they use some clever techniques to approximate lighting and shadow; but these techniques generally aren't as good as ray tracing; but they are easy to design graphics cards to do quickly.

    [ Parent ]
    • Re:Help? by spectral (Score:2) Wednesday June 09 2004, @01:31AM
      • Re:Help? by WolfWithoutAClause (Score:2) Wednesday June 09 2004, @08:17AM
  • Re:Help? (Score:5, Informative)

    by 0x0d0a (568518) on Monday June 07 2004, @08:16PM (#9361755)
    (Last Journal: Sunday October 03 2004, @04:03AM)
    Someone put a lot of computers together to make a powerful distributed system that is capable of rendering Quake using ray-tracing.

    Here is an example of a (not real time) raytraced image [irtc.org] (one that doesn't use radiosity -- just straight raytracing). In theory, given enough CPU power, they could pull this off.

    Ray-tracing uses a method of 3d rendering that is currently beyond dedicated 3d hardware and must be done in software.

    The main benefits of ray-tracing from a quality perspective are:

    * True, accurate shadows from *everything* (most games, even stuff like Neverwinter Nights have hackish shadow engines that don't realistically display what lighting would look like in real life. These are calculated in real-time, not the precalculated shadows that you'll see in, say, Quake, where the light sources never move. You could throw a flickering lantern across a bar with bottles falling down and have all the bottles cast their own shadows.

    * Advanced lighting. Currently, real-time 3d engines are very limited in the types of light they can produce -- generally, only spherical point sources of light.

    * Refraction. You can have glass, ooze, or water truly refract light and distort images, not just use some sorta-lame effect to vaguely approximate it. Think of looking through a glass lens or a window in an old house.

    * Volumetric fog (where you have "clumps" or "clouds" of fog, rather than just a global constant flag fog covering everything). Quake 3 had some rather (IMHO) impressive hacks to emulate volumetric fog -- ray tracing allows *true* volumetric fog -- people vanishing in swirling clouds of fog and mist and the like, not just a straight visibility dropoff.

    * Reflections (there are a lot of hacks to approximate this off with existing 3d engines), but raytracers are *made* for this sort of thing.

    * True curved and arbitrarily-shaped surfaces.

    * Light projections (with shadowing and all that). They show a bit of this in the demo -- you could have, say, two people having a swordfight in a theater and the picture washing over them, or a scene in a church, with dusty light from the stained glass windows washing over the characters.

    Basic ray-tracing does have some flaws. The shadows are sharp and hard -- sharper and harder than in real life. There are hacks to do soft shadows, but there isn't a particularly good an efficient way to pull them off.

    It's hard to deal with things like laser beams or light beams coming out of a prism in ray-tracing. You need to do forward raytracing/photon mapping for this, which I suspect that they aren't doing.

    Ray tracers tend to look a bit "eerie", for lack of a better word. They tend to leave shadowed areas very dark -- in real life, light will bounce around in corners and things a bit (even surfaces that don't look "reflective" to us will do so). So if I shine a flashlight, a raytracer will show a perfectly accurate cone of light (unlike existing 3d engines) that will spill properly over all surfaces. However, that cone of light will be a *cone* -- normally, when I shine a flashlight in a room, it lights up the entire side to some degree because of light bouncing off of objects.

    There are some really nice things about ray tracers. They tend to parallelize really well, so you can theoretically put lots of computers together to do renders (as these folks did), or have lots of chips in parallel to theoretically make a custom piece of hardware.
    [ Parent ]
    • Re:Help? (Score:5, Insightful)

      by prockcore (543967) on Monday June 07 2004, @09:37PM (#9362164)
      Ray tracers tend to look a bit "eerie", for lack of a better word. They tend to leave shadowed areas very dark -- in real life, light will bounce around in corners and things a bit

      That's what radiosity is for. Now a realtime radiosity package would be tres amazing.
      [ Parent ]
      • Re:Help? by TelcusFreshbreeze (Score:1) Monday June 07 2004, @11:13PM
        • Re:Help? by Belisar (Score:2) Tuesday June 08 2004, @04:28AM
      • 1 reply beneath your current threshold.
  • "Using point sources on obviously diffuse light sources may give crisp, clear shadows, and a faster render speed, but it makes the raytrace less realistic and less impressive than the original."

    Give them a break. As it is, it took them 20 cpus to make this work. Area lighting (you were calling it Diffuse lighting, area lighting is the cg term usually...) requires an array of point lights to make the soft shadows you want. Yep, they're more realistic, but they are an order of mangitude harder to compute.

    "If they wanted to show off their real-time raytracing using point-sorces they should have designed some levels that matched the ray tracing to the visible lightsource. "

    I'd love to hear of what you'd think would be a good example of a level that utilizes lights that have a physical size of 0 by 0 meters. This is not an "f-u!" challenge, but a genuine curiosity. As a 3d artist, I've yet to make something that wouldn't benefit from area lighting.
    [ Parent ]
  • 7 replies beneath your current threshold.