Blend Normals

MDL Identifier: core_definitions::blend_normals

Description: Blend two normals or apply a detail normal map

Display Name

Type

Parameter

Default

Description

Base Normal

float3

base_normal

state::normal()

The Base Normal

Base Normal Weight

float

base_normal_weight

1.0f

Specifies the strength of the base normal using a linear blend between state::normal and “base_normal”

Detail Normal

float3

detail_normal

state::normal()

The detail normal

Detail Normal Weight

float

base_normal_weight

1.0f

Specifies the strength of the base normal using a linear blend between state::normal and “detail_normal”