Terrain Module
Functions and values
| Function or value |
Description
|
Full Usage:
checkerSurface heightFn odd even section
Parameters:
int -> int -> int
odd : 'T
even : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
generateSurface heightFn generator section
Parameters:
int -> int -> int
generator : int -> int -> int -> 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
ground width depth content section
Parameters:
int
depth : int
content : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
heightmap heightFn content section
Parameters:
int -> int -> int
content : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
layeredHeightmap heightFn topLayer midLayer midDepth bottomLayer section
Parameters:
int -> int -> int
topLayer : 'T
midLayer : 'T
midDepth : int
bottomLayer : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
path points width content section
Parameters:
(int * int * int) list
width : int
content : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
pit width depth dropHeight section
Parameters:
int
depth : int
dropHeight : int
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
plateau width depth height top side section
Parameters:
int
depth : int
height : int
top : 'T
side : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
rampX width depth rise content section
Parameters:
int
depth : int
rise : int
content : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
rampZ width depth rise content section
Parameters:
int
depth : int
rise : int
content : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
scatter count seed content section
Parameters:
int
seed : int
content : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
scatterAt y count seed content section
Parameters:
int
count : int
seed : int
content : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
scatterPath points count seed content section
Parameters:
(int * int * int) list
count : int
seed : int
content : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
scatterStampAt y count seed stamp section
Parameters:
int
count : int
seed : int
stamp : GridSection3D<'T> -> GridSection3D<'T>
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
scatterSurface heightFn count seed content section
Parameters:
int -> int -> int
count : int
seed : int
content : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Mibo.Raylib