UE3:MaterialExpressionTextureCoordinate (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by Unknown user (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UDK Object >> MaterialExpression >> MaterialExpressionTextureCoordinate
Package:
Engine
Within class:
Material
This class in other games:


Properties

Property group 'MaterialExpressionTextureCoordinate'

CoordinateIndex

Type: int

Texture coordinate index

UnMirrorU

Type: bool

Would like to unmirror U or V

- if the texture is mirrored and if you would like to undo mirroring for this texture sample, use this to unmirror

UnMirrorV

Type: bool


UTiling

Type: float

Controls how much the texture tiles horizontally, by scaling the U component of the vertex UVs by the specified amount.

Default value: 1.0

VTiling

Type: float

Controls how much the texture tiles vertically, by scaling the V component of the vertex UVs by the specified amount.

Default value: 1.0

Default values

Property Value
MenuCategories[0] 'Coordinates'