About this document
Normal maps are used to render the way that light interacts with a polygon surface. This is mostly used to project high-frequency detail onto a low polygon mesh. Using InstaLOD, baking normal maps is a quick process and includes options that can be used to achieve perfect artifact-free results for different target platforms.
Object space normal map
'Object space normal maps' have a higher performance and are typically more accurate than 'tangent space normal maps' due to ignoring the basic smoothing of the low-poly vertex normals. The position is encoded using different colors for the world space axis X/Y and Z. Rotating and deforming meshes with object space normal maps is possible, however, requires custom shaders to adapt the normal map to the rotation/deformation.
To bake the object space normal map, simply enable the texture page in the "Texture Output" window.
Object space normal map (left) vs Tangent space normal map (right)
Tangent space normal map
Depending on how a renderer draws normal mapped surfaces, it might be necessary to enable or disable either of the following settings:
- Binormal per Fragment (Maya: Off, Unreal: On, Unity: Off, Blender: Off)
- Normalize per Fragment (Maya: On, Unreal: Off, Unity: Off, Blender: On)
If these settings do not match, surfaces can appear slightly perturbed.
Maya Specific: if color management is enabled, make sure to set the color space of the normal map texture to 'Raw' or severe rendering artifacts will be present when rendering as 'sRGB'. This issue is unrelated to InstaLOD and applies to all Autodesk software that support color management. Textures assigned to the normal map material channels are imported as 'sRGB' instead of 'Raw'. More information can be found at Autodesk Maya: Troubleshoot Normal Mapping.
3dsMax Specific: Autodesk 3Ds Max uses an unorthodox way of calculating normals which makes the viewport display appear slightly perturbed.
Comments
0 comments
Article is closed for comments.