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

UE3:MaterialExpressionDepthBiasBlend (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> MaterialExpression >> MaterialExpressionTextureSample >> MaterialExpressionDepthBiasBlend
Package: 
Engine
Within class: 
Material
This class in other games:
UDK

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

Properties

Property group 'MaterialExpressionDepthBiasBlend'

BiasScale

Type: float

The bias scale value

Default value: 1.0

bNormalize

Type: bool

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

Internal variables

Bias

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.