The tech behind Wolcen – Part1: SVOTI

Hello everyone, today we present you the first part of “the tech behind Wolcen”. A series of articles presenting the technical syde of the game.
Today’s subject is Sparse Voxel Octree Total Illumination. It is the name of Crytek’s system to simulate global illumination.
So what’s that, and what does it do?

First we need to explain what Global Illumination (GI) is.
Gi is also known as Indirect illumination. Basically, in computer graphics, GI simulates the bounces of the light on or through surfaces. In real life, light bounces around any surface an infinite number of time until it lost its energy. Light will be (almost) perfectly reflected on a mirror, it will disperse on a matte surface and takes its color, or pass through transparent surfaces.

On raytraced renderers, used to create special effects in movies by example, the GI is calculated by sending millions or billions of rays around the scene. This technique is very realistic but also very expensive in computer time (could be several hours for one frame).

In video game, we need a maximum of frames per second, so we need to approximate all those calculations, using different methods.

Sparse Voxel Octree
An SVO is basically a simplication of the scene using cubes (voxels), arranged in a very efficient way. Every voxel stores color and opacity information.

2016_07_Untitled-1.jpg

In this screenshot comparison (on/off), we can clearly see the bounce of the sun light. From the floor to the walls and barrels, through the vegetation etc. The light is subtly coloring the scene.

As a lighting artist, I think SVOTI is absolutely awesome. It works in every situation, brings subtleties and realism, is easy to setup and is very efficient.
For the moment, the feature is disabled by default, but you can activate it in the Advanced Graphics settings > Global Illumination quality.
Medium will activate the occlusion only, while high and very high will bring the sun bounce.
The performance depends on the hardware, but we observed a 3-5% impact on medium settings, and about 6-8% in high settings.

Simon
If you want to know more about GI and SVOGI, here some few (technical) links:
GI Wikipedia page
Official Crytek documentation about SVOTI

Here is two free demos I did at the time to experience the feature:
Baron Haussmann demo
Sponza demo

Replies: 0

Created: 7 years, 9 months ago

Category: Announcements

Your email is not verified, resend your confirmation email from your profile page.