Difference between revisions of "Ambient occlusion map"

From polycount
Jump to: navigation, search
(Floating Geometry Overview)
m (16 revisions)
(No difference)

Revision as of 04:36, 29 July 2014

Ambient Occlusion Map

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, CurvatureMap, Dirt Map.

Typically the AO map is blended into the diffuse map, instead of being stored as a unique bitmap, because this saves memory. However this generally creates incorrect lighting because an AO map should only mask ambient lighting, not diffuse lighting. If the AO is stored as a 2nd texture, it usually is baked with a 2nd set of UVs that do not overlap or mirror, as diffuse often does.

AO is usually pre-computed (baked) 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.

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


3ds Max Baking Methods

<<Anchor(FloatingMeshProblem)>>

Floating Mesh Problem

When creating the high-poly model for a NormalMap, 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:

  1. Object Properties Method
  2. Light Tracer Method
  3. mental ray Method
  4. EarthQuake's Baking Method

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.

<<Anchor(EarthQuakesBakingMethod)>>

EarthQuake's Baking Method

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

File:AmbientOcclusionMap$JoeWilson AObake DiffuseAndAO thumb.jpg
Finished asset with AO.Actual size<
>image byJoe "EarthQuake" Wilson
  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:

<<Anchor(BlenderBakingMethods)>>

Blender Baking Methods

Baking AO maps for terrain using Blender 3D - by KatsBits<
>Baking ambient occlusion in Blender.

Floating Geometry Overview - by Andy 'metalliandy' Davies<
>Video tutorial about creating floaters and baking in Blender.

Maya Baking Methods

Maya ao !! :@ from the Polycount forum.

Ambient Occlusion in Maya 8 - by Ben Clark<
>Baking ambient occlusion in Maya.

Xnormal Baking Methods

Ambient Occlusion in XNormal - by Donald Phan<
>Baking ambient occlusion in Xnormal.

<<Anchor(SoftimageBakingMethods)>>

Softimage / XSI Baking Methods

XSI Ambient Occlusion Methods - by Michael Taylor<
>Baking ambient occlusion in Softimage.

Vertex Color AO

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


Personal tools
Namespaces

Variants
Actions
Navigation
Tools