Legacy:Making Caves With The Extruder: Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
rought start |
m Category Tutorial |
||
Line 13: | Line 13: | ||
* Y = 0.5 | * Y = 0.5 | ||
* Z = 0.1 or 0 | * Z = 0.1 or 0 | ||
==Related Topics == | |||
* The [[Legacy:Extruder Brushbuilder|Extruder Brushbuilder]] | |||
* other [[Legacy:Brushbuilders|brushbuilders]] | |||
* other [[Legacy:Application|Application]] | |||
* [[Legacy:Architecture|Architecture]] topic page | |||
* [[:Category:Legacy Tutorial]] | |||
[[Category:Legacy Tutorial|{{PAGENAME}}]] |
Latest revision as of 06:52, 21 July 2002
Set the Path to follow the general shape of the cave. Eg
- [0] (0,0,0)
- [1] (4,0,0)
- [2] (8,0,1)
- [3] (12,0,0)
Set ShapeSource to the preset circle, "pCircle" and build.
To change the size, experiment with ShapeFactor and PathFactor.
Set the randomizer to something like:
- X = 0.5
- Y = 0.5
- Z = 0.1 or 0
Related Topics
- The Extruder Brushbuilder
- other brushbuilders
- other Application
- Architecture topic page
- Category:Legacy Tutorial