Normal maps

    Normal maps are textures that add the appearance of surface detail, such as cracks and bumps, without changing the actual geometry of a model. They contain information about how meshes should reflect light, creating the illusion of much more complex geometry. This saves lots of processing power.

    (Images courtesy of Paolo Cignoni, shared under

    Normal maps usually represent small changes of the normal vector (the vector which points away from the surface). Xenko uses the most common convention: the X and Y components follow the tangent and the bitangent of the surface, and the Z component follows the normal vector of the surface. This means that a value of coincides with the normal vector and represents no change, while a value of (-1, 0, 0) tilts to the "left" (ie negative X value in the tangent (local) space).

    • In the Property Grid, make sure the type is set to normal map.

    Normal map

    This means Xenko assumes the texture is in linear color space and converts it to a format suited for normal maps.

    • In the Asset View, select the material you want to use the normal map.

    • In the Property Grid, under the material Geometry properties, expand Surface.

    Use normal maps

    • Next to Normal map, click (Select an asset).

    Select asset

    • Select the normal map texture and click OK.

    For more information about materials, see Materials.

    Normal map textures have two properties in addition to the .

    For information about normal map properties in materials, see Materials — Geometry attributes.