Changes between Version 7 and Version 8 of Rmgen_Library


Ignore:
Timestamp:
Feb 28, 2012, 2:40:16 PM (12 years ago)
Author:
O.Davoodi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Rmgen_Library

    v7 v8  
    6666
    6767 * `PathPlacer(x1, z1, x2, z2, width, waviness, smoothness, offset, taper)`: Places a wavy path of terrain between two points. The parameters mean the following:
    68  * '''x1, z1''': Coordinates of the starting point.
    69  * '''x2, z2''': Coordinates of the ending point.
    70  * '''width''': Width of the path
    71  * '''waviness''': How wavy the path will be (higher is wavier, 0.0 is straight line)
    72  * '''smoothness''': How smooth the path will be (higher is smoother)
    73  * '''offset''': Max amplitude of waves along the path (0.0 is straight line)
    74  * '''taper''': How much the width of the path changes from start to end. If positive, the width will decrease by that factor, if negative the width will increase by that factor.
     68  * '''x1, z1''': Coordinates of the starting point.
     69  * '''x2, z2''': Coordinates of the ending point.
     70  * '''width''': Width of the path
     71  * '''waviness''': How wavy the path will be (higher is wavier, 0.0 is straight line)
     72  * '''smoothness''': How smooth the path will be (higher is smoother)
     73  * '''offset''': Max amplitude of waves along the path (0.0 is straight line)
     74  * '''taper''': How much the width of the path changes from start to end. If positive, the width will decrease by that factor, if negative the width will increase by that factor.
    7575
    7676==== Other placers ====