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

Legacy:Manipulating Terrain

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 03:49, 25 May 2003 by Mychaeel (Talk) (Category Mapping)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Rotating and Mirroring Terrain[edit]

Rotating[edit]

First Picture: Original terrain Second Picture: End Result
  • With the existing terrain, select the terrain info actor.
  • Go into the TerrainInfo Dropdown section.
  • Go into the TerrainScale struct.
  • To flip the terrain, put a minus (-) sign in front of the values of X and Y.

Mirroring[edit]

First Picture: Original terrain Second Picture: End Result