9 threads found!
Thread | Author | Replies | Views | Last Reply |
---|---|---|---|---|
redtrek | 4 | 1075 | ||
redtrek | 2 | 179 | ||
redtrek | 48 | 2175 | ||
redtrek | 3 | 139 | ||
redtrek | 12 | 295 | ||
redtrek | 8 | 265 | ||
redtrek | 5 | 355 | ||
redtrek | 16 | 321 | ||
redtrek | 0 | 2 |
(none)
|
68 comments found!
I posted this also in the Bryce forum--but I thought it would be helpful to have it also here for Vue.Â
The article has a box comparing traditional ray tracing and the real-time
traditional----Ray tracing renders a 3D scene by shooting vitrtual rays through the pixels of the 2D display. The scene is stored as a database of objects, which can include curved as well as flat surfaces.
When a ray hits an object, the system launches "shadow" rays toward each light source in the scene and rays to test for indirect lighting by other objects. The ray tracer also checks whether the surface will reflect, refract or simply change the color of the original ray.
Thanks to its recursive nature, this method can render a scene accurately in just one pass.
And now the Real-Time--the article describes 3 kinds of advances
1-Running rays together in parallel now happens at several levels within real-time ray tracers on desktop PCs.
Programs group similar rays into "packets," then march all the rays in a packet in lockstep through the same set of computations.
2-Acceleration structiures split the 3d scene into a hierarchy, called a kD-tree, organized so that each section carries roughly equal computational cost. Rather than testing every ray against every object, the renderer follows the tree from its trunk to the appropriate "leaf" to find the few objects that the ray might hit
3--Cusotmized microchips built last year at Saarland University run at a mere 66 megahertz in prototype versions yet can render some ray-traced scenes more quickly than a 2,600 megahertz Pentium-4 system
Once it is commercialiezed, the "ray processing unit," or RPU should run roughly 50 times as fast- more than speedy enough for interactive software.
I hope that helps clarify things.
greg
Thread: Exciting News for computer graphics from Scientific American | Forum: Bryce
The article has a box comparing traditional ray tracing and the real-time
traditional----Ray tracing renders a 3D scene by shooting vitrtual rays through the pixels of the 2D display. The scene is stored as a database of objects, which can include curved as well as flat surfaces.
When a ray hits an object, the system launches "shadow" rays toward each light source in the scene and rays to test for indirect lighting by other objects. The ray tracer also checks whether the surface will reflect, refract or simply change the color of the original ray.
Thanks to its recursive nature, this method can render a scene accurately in just one pass.
And now the Real-Time--the article describes 3 kinds of advances
1-Running rays together in parallel now happens at several levels within real-time ray tracers on desktop PCs.
Programs group similar rays into "packets," then march all the rays in a packet in lockstep through the same set of computations.
2-Acceleration structiures split the 3d scene into a hierarchy, called a kD-tree, organized so that each section carries roughly equal computational cost. Rather than testing every ray against every object, the renderer follows the tree from its trunk to the appropriate "leaf" to find the few objects that the ray might hit
3--Cusotmized microchips built last year at Saarland University run at a mere 66 megahertz in prototype versions yet can render some ray-traced scenes more quickly than a 2,600 megahertz Pentium-4 system
Once it is commercialiezed, the "ray processing unit," or RPU should run roughly 50 times as fast- more than speedy enough for interactive software.
I hope that helps clarify things.
greg
Thread: Exiciting news from Scientific American about computer graphics | Forum: Vue
The beginning of the article does appear in the regular area of the website. I'm not a subscriber--I found the article in the August print issue of Scientific American
greg
Thread: Where goes the saved alpha pic to? | Forum: Vue
If it works like Vue5, the alpha pic always wants to go into the windows username-documents-Vue folder. I usually use the drop down window to direct the saved files to my working graphics folders.
greg
Thread: Free Vue PencilSketch Renderer | Forum: Vue
This may seem like a dumb question, but how do I access a python script in Vue5? I noticed there is a help htm page on opening the console with a menu cammand, but I cannot find a listing for the command in any menus. Does this exist in Vue5? Nor did I find a folder for python scripts in my Vue5 directory. thanks
Thread: alpha plane and sky problems | Forum: Vue
Thread: alpha plane and sky problems | Forum: Vue
Thread: Name This Product and Win It | Forum: MarketPlace Showcase
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Thread: Exiciting news from Scientific American about computer graphics | Forum: Vue