normalMap
normalMap: undefined | NormalMapProps & { scale?: number }
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
- backend/src/Material.ts Line 227
Last Updated: 30 November, 2023