Cogito, ergo sum
UE3:MaterialExpressionFresnel (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)
Object >> MaterialExpression >> MaterialExpressionFresnel |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Allows the artists to quickly set up a Fresnel term. Returns:
pow(1 - max(Normal dot Camera,0),Exponent)
Properties
Property group 'MaterialExpressionFresnel'
Exponent
Type: float
The exponent to pass into the pow() function
Default value: 3.0
Internal variables
Normal
Type: MaterialExpression.ExpressionInput
The normal to dot with the camera vector
Default values
Property | Value |
---|---|
MenuCategories[0] | 'VectorOps' |