Skip to main content

Ever wondered how a 3D game is rendered? Here’s the scoop

software engineer deus ex rendering deusexheader
Image used with permission by copyright holder
Ever stopped at a beautiful scene in a video game and wonder how it works underneath? Adrian Courrèges, a software engineer living in Tokyo, took the time to reverse-engineer the 2011 game Deus Ex: Human Revolution to find out exactly what happens to each and every frame to turn it from code into a video game world.

The first step is just to build the physical objects of the room, creating a normal map and depth map. The normal map is just a physical layout of the space – the engine traces larger objects first, then smaller and smaller until everything is represented.

Recommended Videos

The depth map is the room as seen from the point of view of the player, with objects that are closer appearing darker, and getting lighter as they get further away.

Please enable Javascript to view this content

Then the rendering engine creates a map of the shadows in the room, one for each light. To keep the rendering time low for this step, only the largest objects in the room cast a shadow as seen from a major light source, and only the largest lights are used. These shadow maps are combined with the depth map, and different areas are assigned values based on how lit they are.

Using ambient occlusion, the rendering engine gives definition to the edges of objects in the room. This gives the surfaces and objects that weren’t counted by the major light sources soft shadowing, and will be used later to refine the textures.

Any smaller point-lights in the scene are now computed as well. Not a lot of calculations are done with those numbers yet, but their brightness and color information are noted for every pixel.

Now it’s time to actually start creating the image the player sees. The final color of every pixel is determined by using all of the light and shadow values from the steps before, the material and texture of the object itself, and sometimes a small texture with the patterns of the room on it to improve reflection quality.

The next step is to render any flat or transparent objects, as well as volumetric lights, like the halo given off by smaller light sources. These are the small touches the flesh out the video game world, and give it added immersion.

Just like in real life, lights glow, so the rendering engine creates a bloom effect on any light sources strong enough to warrant it.

Next, anti-aliasing is used to smooth the jagged edges on the edge of objects. It takes a bit of graphical processing power to make this happen quickly, but it’s worth the effect if you can support the overhead.

Now any gamma and color correction is done. That’s mostly at the will of the game designer, if they want the shadows of the game to be darker so you can’t see well, or want to brighten things up for a happier scene, this is when that happens.

Finally, the user interface is drawn on the screen. That doesn’t take very long at all, since it’s usually a static, or at least not very dynamic, image.

Courrèges also includes this nice timeline that shows roughly how long it takes for each piece of the process. There’s a lot more technical info in his full write-up on the process, and it’s worth a read if you’re interested in the exact process that happens with each step.

Brad Bourque
Former Digital Trends Contributor
Brad Bourque is a native Portlander, devout nerd, and craft beer enthusiast. He studied creative writing at Willamette…
Samsung reveals details on its glasses-free, 3D gaming monitor
The Samsung Odyssey 3D monitor placed on a desk.

Samsung’s new Odyssey 3D monitor was a hit at CES earlier this year, showcasing a comfortable and immersive 3D gaming experience -- all without the need for special glasses. But details were scarce.

Now, it's being shown off again along with the new game announcements Gamescom to drum up more interest -- and revealing some of the juicy details behind the tech.

Read more
Play this 2016 cyberpunk classic for free on Prime Gaming this month
Adam Jensen breaking through glass with a sword.

Amazon announced its August Prime Gaming lineup on Thursday, and it's bringing some Square Enix classics. One such title is the cyberpunk RPG Deux Ex: Mankind Divided, which might scratch that stealth, crawling through vents itch.

Deus Ex is one of the more well-known cyberpunk video game franchises thanks to its innovative immersive sim mechanics. Players can approach obstacles and goals in various ways, from stealth to straight-up combat, from hacking and lock-picking to looting weapons from enemies.

Read more
This pack of corn puffs hasn’t left my gaming PC — here’s why
A pack of Kuai Kuai sitting on a gaming PC.

In Taiwan, I fell in love. I didn't find a spouse, a pet, or suddenly decide to move my life to the other side of the world. I fell in love with a coconut-flavored corn puff called Kuai Kuai (or "Guai Guai"). And since returning home, I've had an unopened bag of the snack leaning on my gaming PC.

If you're one of the few that knows about Kuai Kuai, you already know what's up. For everyone else, you probably think I'm a little off my rocker. You might be onto something there, but Kuai Kuai has an entire culture around it that I learned about on my trip to Computex this year, and it's been a great way to bring a little piece of Taiwan home with me.

Read more