Ambient occlusion map

From polycount
Jump to: navigation, search

An Ambient Occlusion (AO) map creates soft shadowing, as if the model was lit without a direct light source, like on a cloudy day. Similar map types: Cavity Map, Crevice Map, Curvature map, Dirt Map.

AO is usually baked from geometry because it is created using a non-realtime ray-casting lighting solution. It can either be stored in a texture, or it can be stored in the vertex colors of the model. Screen Space Ambient Occlusion is a realtime AO method that does not require baking at all, but it requires a more recent graphics card and has some shading errors.

If the AO is stored as a 2nd texture, it can be baked with a 2nd set of UVs that do not overlap or mirror, sometimes called an Atlas layout. Alternatively, sometimes the UVs can be arranged in an atlas layout and the occlusion can use them as-is, while other tiled textures can use the same UVs but be scaled in the material so they repeat or tile; this avoids having to store two UV sets.

Ambient Occlusion Baked into Diffuse

With PBR workflow it is best to keep the ambient occlusion as a separate texture from the diffuse or albedo. Since occlusion is grayscale it is often stored in one of the RGB channels of a packed texture.

The AO map can be blended into the diffuse map, because this can save memory. However this generally creates incorrect lighting because an AO map should only mask ambient lighting, not direct nor specular lighting.

Quick question about ambient occlusion maps on the Polycount forum has discussion about when to include ambient occlusion in the Diffuse map, and when not to.

3ds Max Baking Methods


Floating Mesh Problem

When creating the high-poly model for a Normal map, mesh details can be "floated" above the rest of the mesh, instead of cutting them into the rest of the mesh. However this can also cause errors in the ambient occlusion, which need to be painted out or removed. There are a couple different methods to solve this.

Object Properties Method

This is the simplest method, as long as your floaters are separate objects.

  1. Select the floater meshes.
  2. Right-click and choose Object Properties.
  3. In the General tab, disable Cast Shadows.
  4. In the Adv. Lighting tab, disable Cast Shadows.

Joe 'EarthQuake' Wilson wrote: "In xnormal there is an option to disable backfaces when rendering ao, this fixes the "shadow around the floater" problem by about 95%, you'll still have to manually do a few tweaks, but in generally it saves a LOT of time. I think you can do similar things in max by disabling shadow casting and enabling backface culling on your floater object, by going to the object properties or something."

Light Tracer Method

When baking AO in 3ds Max with Render To Texture, the Ambient Occlusion (MR) element can leave shadows underneath floaters as well, which is usually unwanted. To avoid this you can use the Scanline renderer along with a Skylight, Light Tracer, and the Complete Map element to filter out those shadows. Supersampling may also be required, if any floaters are creating sharp aliased edges.

Mental Ray Method

If you use the mental ray renderer to bake AO in 3ds Max / Maya / Softimage, you can manually define the Max_Distance. This is set to 0 by default which means occlusion rays will be cast an infinite distance. If you set it to a value lower than the distance between your floaters and the surface then the problem is fixed. This way you get to keep the Falloff and Spread settings giving you nice cavity shading that the Light Tracer can't do.

For every pixel rendered a cone of rays is shot from its world space position. These rays won't return hits for faces more than the Max Distance. So faces further than the Max Distance from the pixel will not cause occlusion shading. The end result is corners and contact areas will get shadowed but the floaters wont.

Alternatively, you can disable rendering the back faces on the highpoly/floating objects to prevent them from contributing to occlusion.

EarthQuake's Baking Method

Joe "EarthQuake" Wilson explains how he combines low-poly AO with high-poly AO to get better results.

  1. UV your low-res mesh.
  2. Make a copy of low-res mesh.
  3. Explode both the copied low-res and the high-res.
  4. Save out the original low-res mesh.
  5. Bake the ambient occlusion from the exploded high-res mesh to the exploded low-res mesh.
  6. Load up the original low-res mesh in xNormal's Simple AO Tool and bake at the same resolution as your other textures.
  7. Composite the low-res AO with the high-res AO, edit out the shadows on parts that need to move, etc.

This could also be done with 3ds Max or another program if you don't like the quality of the Simple AO Tool for low-res meshes. I usually blur the map a little and spend a few seconds painting out errors. Also be sure to make a layer mask for parts of your mesh that would need to move, so they don't get ambient occlusion on them.

Theres actually a few extra practical advantages to doing it this way as well:

  1. When using floating geometry, you'll often get AO artifacts that you need to paint out, if your mesh is exploded and you have separate layers for high and low frequency AO its easier and quicker to paint out these errors that it is when you have the small shadows along with the large shadows both in the same texture.
  2. Matching the exact silhouette of the low-poly is actually a more desirable result than that of the high-poly. Example: You have a 32 sided cylinder intersecting with some other shape, if you bake the AO directly from the high-res you'll get a perfectly round shape. If you bake it from the low-res you'll get a shape that actually fits your model instead of just hurting the mesh by point out how jagged your low-res really is (via the contrast from the 12 sided guy casting a perfectly round shadow, not matching up correctly etc.).

Images of what goes into my lightmap for a texture:

Blender Baking Methods

Maya Baking Methods

Xnormal Baking Methods

Softimage / XSI Baking Methods

Vertex Color Baking Method

  • Baking AO to Vertex Color can be an inexpensive way to store typically expensive information. See AmbientOcclusionVertexColor for more information.

Personal tools
Namespaces

Variants
Actions
Navigation
Tools