Wolfenstein: Ray Traced

Wolfenstein: Ray Traced is a research project from Intel Corporation that applied a ray tracing renderer to the game content of Wolfenstein (2009). The possibility of using ray tracing for this game in real-time has been demonstrated with a cloud-based rendering approach.

After Quake 3: Ray Traced, Quake 4: Ray Traced and Quake Wars: Ray Traced this is the fourth large project that embeds this real-time ray tracing in a modern game for research purposes of alternative rendering algorithms.

Since 3D graphics hardware accelerators have become popular in regular desktop computers the rendering algorithm of commercial computer games has been limited to the rasterisation technology that has certain advantages, but also limitations.

Hardware setup

The project has been demonstrated at the Fall Intel Developer Forum 2010 using a cloud-based gaming approach.[1]

The ray traced image is calculated on four machines with each a prototype of Intel's Knights Ferry card inside.[2] That image is sent to a thin-client (small laptop) over Gigabit Ethernet. The client sends updates of the game states to the servers.

Improvements through using ray tracing

Debug view that shows the triangles at the chandelier model
Rendered glass on chandelier model
Surveillance station showing twelve different parts of the game level at the same time
Reflecting scope of sniper rifle

Challenges using ray tracing

Performance

There cannot be an apple to apple performance comparison between the original and the ray traced version due to the additional special effects, but in general the frame rates on the original, rasterized version are higher and usually over 100 frames per second on high-end graphics cards of 2010 .[6] The reported performance numbers in a resolution of 1280x720 of the ray traced version in the cloud-based setup are 40-80 frame/s[7] (depending on the scene) for a small laptop that displayed the game in a public demonstration.

Particles

Many games are displaying effects like smoke and fire over particles. Those particles consist out of a quad (two triangles) with a partially transparent texture of them. Usually those quads are aligned to the camera during rendering. By layering many of these quads the illusion of a volumentric effect is given. Doing the same effect in ray tracing requires the ray to proceed from the first hit on the quad through several more layering quads. Therefore such an effect can get very performance intensive to calculate.

Smoke and fire as particle effects.
Performance hot spots marked during rendering particles. Brighter means that more time is spent than in darker pixels.

References

External links

This article is issued from Wikipedia - version of the 12/2/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.