Realtime Raytracing Photoreaism For 36 Ghz

13»

Comments

  • JediYoshiJediYoshi The Cupcake Boss Join Date: 2002-05-27 Member: 674Members
    If I wanted realism I'd go outside and eat a plant.
  • SoulSkorpionSoulSkorpion Join Date: 2002-04-12 Member: 423Members
    <!--QuoteBegin-Mantrid+Jun 11 2004, 02:51 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Mantrid @ Jun 11 2004, 02:51 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Because it looks better. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Er... was that replying to me? If so, what the result looks like and how the programmer specifies that result are pretty much unrelated. OpenGL already exists to allow programmers to draw graphics; why not just extend OpenGL to provide this kind of stuff, rather than invent an entirely new library standard?
  • MavericMaveric Join Date: 2002-08-07 Member: 1101Members
    It'll cause me to get 1/100th a frame per second.

    And i want this in a game, why? <!--emo&???--><img src='http://www.unknownworlds.com/forums/html//emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /><!--endemo-->



    "Too much of a good thing is bad." comes to mind...
  • Hand_Me_The_Gun_And_Ask_Me_AgainHand_Me_The_Gun_And_Ask_Me_Again Join Date: 2002-02-07 Member: 178Members
    <!--QuoteBegin-SoulSkorpion+Jun 11 2004, 02:27 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (SoulSkorpion @ Jun 11 2004, 02:27 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> OpenGL already exists to allow programmers to draw graphics; why not just extend OpenGL to provide this kind of stuff, rather than invent an entirely new library standard? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Presumably because OpenGL isn't really suited to this sort of thing, so they're designing an API (imaginatively called OpenRT) which is.

    One impressive aspect is that it can use multiple computers to get things done in a real-time manner - rendering, say, a 20th of a frame isn't necessarily too difficult, but when that 20th of a frame might take significantly more or less time than the rest, things become more complicated. Perhaps the system automatically balances stuff out, so one computer might render a couple of difficult pixels while another renders a load of easier ones...

    Then you have antialiasing, with multiple samples for certain output pixels. Fun!
Sign In or Register to comment.