| Home Page | Recent Changes | Preferences

TexRotator

UT2003 :: Object >> Material >> Modifier >> TexModifier >> TexRotator (Package: Engine)

This modifier rotates a given source material around the specified offset coordinates. Note that non-square textures will get deformed a bit to fit into the new shape. (Hard to describe, but you'll see it when you try it.)

Properties

TexRotator Group

ETexRotationType TexRotationType
The type of rotation applied. (fixed, constantly rotating, oscillating)
rotator Rotation
The amount by which the texture is rotated. Yaw rotates as you would expect. Pitch and Roll rotate it "out of canvas plane".
float UOffset
float VOffset
Texture coordinates the material is rotated around.
rotator OscillationRate
rotator OscillationAmplitude
rotator OscillationPhase

UnrealScript-only

bool ConstantRotation (deprecated)
Use TexRotationType=TR_ConstantlyRotating instead.

Enums

ETexRotationType

TR_FixedRotation
Rotation specifies a fixed rotation applied to the material.
TR_ConstantlyRotating
Rotation specifies a rotation rate applied to the material.
TR_OscillatingRotation
OscillationRate, OscillationAmplitude and OscillationPhase are used to create an oscillating rotation.

Related Topics


Category Class (UT2003)

The Unreal Engine Documentation Site

Wiki Community

Topic Categories

Image Uploads

Random Page

Recent Changes

Offline Wiki

Unreal Engine

Console Commands

Terminology

Mapping Topics

Mapping Lessons

UnrealEd Interface

Questions&Answers

Scripting Topics

Scripting Lessons

Making Mods

Class Tree

Questions&Answers

Modeling Topics

Questions&Answers

Log In