Changes between Version 5 and Version 6 of Rmgen_Library


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Rmgen_Library

    v5 v6  
    6464  * '''smoothness''': A value from 0.0 to 1.0 saying how smooth the border of the clump is, that is, approximately how many "peaks" and "valleys" stick out from the clump (between these the border is a smooth curve). 1.0 will have 2 or 3 "peaks" while 0.0 will have features the size of a single tile. Use high smoothness for areas like seas, cliffs and lakes, and low smoothness for areas like forests.
    6565  * '''x, z''': Optional tile coordinates of placer.
     66
     67 * `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.
    6675
    6776==== Other placers ====