Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:MaterialExpressionDepthBiasedBlend (UT3)

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

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

Property group 'MaterialExpressionDepthBiasedBlend'[edit]

BiasScale[edit]

Type: float

The bias scale value

Default value: 1.0

bNormalize[edit]

Type: bool

normalize the depth values to [near,far] -> [0,1]

Internal variables[edit]

Alpha[edit]

Type: MaterialExpression.ExpressionInput

The source alpha input NOT REQUIRED

Bias[edit]

Type: MaterialExpression.ExpressionInput

The depth bias input This can be a constant, texture sample, etc.

NOTE: No bias expression indicates a bias of 1.0f.

RGB[edit]

Type: MaterialExpression.ExpressionInput

The source color input