I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:MaterialExpressionTextureCoordinate (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)
Object >> MaterialExpression >> MaterialExpressionTextureCoordinate |
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. |
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' |