|
Posted by metlslime on 2002/12/23 18:24:21 |
Talk about anything in here. If you've got something newsworthy, please submit it as news. If it seems borderline, submit it anyway and a mod will either approve it or move the post back to this thread.
News submissions: https://celephais.net/board/submit_news.php |
|
|
Eh
#14386 posted by megaman on 2008/06/16 16:53:46
raytracing is cool and nice and all, and just needs hw support.
#14387 posted by JneeraZ on 2008/06/16 17:01:44
BlackDog
That may be missing the point somewhat. Realtime ray tracing would lead to a very unified looking world where everything is lit in exactly the same way, every reacts properly to lights, etc. It would lead to more immersion which I think would be hard to argue against as a negative.
Willem
#14388 posted by BlackDog on 2008/06/16 18:39:48
There's nothing to stop rasterising hardware from using a unified lighting model. See Doom 3 and Stalker.
Intel is pushing raytracing because they'd really love to sell a bunch of expensive hardware, and they can't compete with GPU performance and quality on traditional rasterising tasks. That shows very clearly in these shots: there's flat shading on the models, crappy texture filtering, terrible performance, and pathetic resolution.
There's also shiny things. Well, colour me unimpressed.
Oh Actually, Resolution Isn't So Bad
#14389 posted by BlackDog on 2008/06/16 18:42:26
#14390 posted by JneeraZ on 2008/06/16 18:54:26
"There's nothing to stop rasterising hardware from using a unified lighting model. See Doom 3 and Stalker."
Ray tracing can bounce light. No current real time engine bounces light. And I will all but guarantee that Doom3 and STALKER are using lightmaps in many areas.
"That shows very clearly in these shots: there's flat shading on the models, crappy texture filtering, terrible performance, and pathetic resolution. "
Eh, that's art assets that were designed for a completely different lighting model. Once the technology is more solidified a killer art team would make it look great.
Hmm...
#14391 posted by bal on 2008/06/16 19:06:15
I'm not getting into this discussion cause I have no clue, but having gone through most of the Doom3 source maps, no it does not use lightmaps. It actually takes some hacking about with the shaders to even get lightmaps in.
#14392 posted by BlackDog on 2008/06/16 19:18:46
Doom 3 was completely unified and realtime. Stalker used lightmaps on the world, but for occlusion and not lighting. It also implemented a limited form of bounced lighting, by the way. :)
As for the assets, I wonder if they aren't normalmapped in those shots because of issues getting the shading right or because of the extra performance hit (hgh quality texturing is expensive in a raytracer).
Hell
#14393 posted by Friction on 2008/06/16 20:37:04
It'd be awesome if doom3 had lightmap support of some sort.
#14394 posted by gone on 2008/06/16 22:54:12
gaytracing is so far behind its not funny
Hell Yes
#14395 posted by necros on 2008/06/17 02:29:26
i WISH d3 had proper lightmap support. :\
if only to bake on ambient occlusion, ffs.
i'd be more impressed with realtime ambient occlusion, actually.......
Hmm
#14396 posted by megaman on 2008/06/17 02:42:51
texturing slower in raytracing? why? at first glance, i'd guess you just need a texture lookup for each ray.
The nice thing about raytracing is that there's basically no hacks involved, much unlike rasterizing where everything is one giant hack ;)
global illumination raytracing isn't really realtime yet, i think.
I Still Remember Playing Myst All Those Years Ago...
#14397 posted by mwh on 2008/06/17 03:19:50
... and thinking "when will this be real time?"
Though I guess original-Myst-level stuff has probably been possible in real time for a while now (though obv. I'm talking about ray tracing, not realMyst :)
There
#14398 posted by HeadThump on 2008/06/17 03:41:53
is at least one damn good reason to look forward to the development of raytracing, scalability:
http://www.flipcode.com/archives/Raytracing_Topics_Techniques-Part_1_Introduction.shtml
One document especially grabbed my attention. It's titled: "State-of-the-Art in Interactive Ray Tracing", and was written by Wald & Slusallek. I highly recommend this paper. Basically, it summarizes recent efforts to improve the speed of raytracing, and adds a couple of tricks too. But it starts with a list of benefits of raytracing over rasterization-based algorithms. And one of those benefits is that when you go to extremes, raytracing is actually faster than rasterizing. And they prove it: Imagine a huge scene, consisting of, say, 50 million triangles. Toss it at a recent GeForce with enough memory to store all those triangles, and write down the frame rate. It will be in the vicinity of 2-5. If it isn't, double the triangle count. Now, raytrace the same scene. These guys report 8 frames per second on a dual PIII/800. Make that a quad PIII/800 and the speed doubles. Raytracing scales linearly with processing power, but only logarithmically with scene complexity.
?
#14399 posted by necros on 2008/06/17 05:07:32
that... doesn't make sense. that means that with enough processing power, you could make a scene infinitely complex without any difference in performance...
I Interperted The Last
#14400 posted by HeadThump on 2008/06/17 05:48:33
sentence to mean that the ray tracing algorithms will yield a stable product where the problem of rendering is only proportional to the size of the data set that it is handling.
That Entire Series Is Fascinating
#14401 posted by HeadThump on 2008/06/17 05:50:12
One of the latter articles features an easy to fallow explanation of kd-trees.
Fallow, Follow
#14402 posted by HeadThump on 2008/06/17 05:51:16
in monkey phonetics I trust
Scalability My Ass
#14403 posted by gone on 2008/06/17 07:29:28
everyone knows raytracing performance is much less dependant on polycount, much more on resolution
so throw 1600x1200 at it and cry
Except Those Who Actually
#14404 posted by HeadThump on 2008/06/17 08:26:34
build ray tracers: Way to embarrass yourself, speeds:
http://www.flipcode.com/archives/Raytracing_Topics_Techniques-Part_4_Spatial_Subdivisions.shtml
The last scene from the previous article (the one with the sphere grid to show off the new refraction code) took almost 9 seconds to render on my pimpy 1.7Ghz Toshiba laptop with 1600x1200 screen (I know resolution has nothing to do with it, but I thought I would mention it anyway). And that's just for simple stuff. Later on we will add area lights, and to test the visibility of those, we will need lots of rays � for each pixel, that is.
Funny
#14405 posted by SleepwalkR on 2008/06/17 08:39:58
Because AFAIK, speeds is right: Every pixel adds one ray to be traced, so raytracing complexity is very much dependent on resolution. Can someone explain this?
Umm Necros
#14406 posted by bambuz on 2008/06/17 08:55:42
logarithmic means the time grows slower. It still goes to infinity when the polycount goes to infinity.
Think
#14407 posted by HeadThump on 2008/06/17 09:02:22
of the advantage in size and speed you obtain when you use vector graphics as opposed to bit map graphics in web apps. The advantage comes from the fact the image is a sheer calculation that scales perfectly with the resolution whereas the bit map is a an indexed means of storage.
The advantage of ray tracing is similar:
http://www.iss.rwth-aachen.de/Projekte/grace/raytracing.html
The results are based upon sheer calculation whereas rasterization relies on spans of texturized pixels. The advantages will be more apparent when mega units of polygons are rendered with surfaces represented by polies instead of textures.
Rather old, but still relevant:
http://graphics.cs.uiuc.edu/~jch/papers/rtqjs.pdf
BTW, I Think Both Bikker And Speeds
#14408 posted by HeadThump on 2008/06/17 09:14:14
are wrong, hence the first site I linked. It does have something to do with it, but that becomes less relevant with larger data streams.
One Last Thing
#14409 posted by HeadThump on 2008/06/17 09:37:37
before I crawl into bed, this is what Bikker has been up to of late:
http://igad.nhtv.nl/~bikker/
I Really Don't Get How You Get
#14410 posted by bambuz on 2008/06/17 09:45:36
smooth lighting with raytracing.
I mean if you trace from the eyes and not from the light sources, once you hit the first surface, your beam splits to a million different directions. And then again for the next bounce and then for the next. How much until the ray dies or goes to the sky?
It's a very hard problem and results in ugly and unphysical hacks that produce very stupid looking images.
|
|
You must be logged in to post in this thread.
|
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.
|
|