normalMap
normalMap: NormalMapProps & { scale?: number } | undefined
Specifies a normal map to apply to the surface to simulate more surface detail than is present in the surface's geometry.
@note With the exception of TextureId
, the TextureMapProps of RenderMaterialElement.Params.patternMap and RenderMaterialElement.Params.normalMap are expected to be identical. If a property is defined in both
RenderMaterialElement.Params.patternMap] and RenderMaterialElement.Params.normalMap, the value in RenderMaterialElement.Params.patternMap takes precedence.
Defined in
- core/backend/src/Material.ts Line 249
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.