I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:MaterialExpressionFresnel (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> MaterialExpression >> MaterialExpressionFresnel
Package: 
Engine
Within class: 
Material
This class in other games:
UT3

Allows the artists to quickly set up a Fresnel term. Returns:

pow(1 - max(Normal dot Camera,0),Exponent)

Properties[edit]

Property group 'MaterialExpressionFresnel'[edit]

Exponent[edit]

Type: float

The exponent to pass into the pow() function

Default value: 3.0

Internal variables[edit]

Normal[edit]

Type: MaterialExpression.ExpressionInput

The normal to dot with the camera vector

Default values[edit]

Property Value
MenuCategories[0] 'VectorOps'