vasaro ~master (2018-12-13T20:04:20Z)
Dub
Repo
Noise
generator
Undocumented in source.
struct
Noise {
long
seed
;
float
xScale
;
float
yScale
;
float
amplitude
;
float
rotation
;
float
[
10
]
strengthPoints
;
bool
visible
;
}
Members
Variables
amplitude
float
amplitude
;
Undocumented in source.
rotation
float
rotation
;
Undocumented in source.
seed
long
seed
;
Undocumented in source.
strengthPoints
float
[
10
]
strengthPoints
;
Undocumented in source.
visible
bool
visible
;
Undocumented in source.
xScale
float
xScale
;
Undocumented in source.
yScale
float
yScale
;
Undocumented in source.
Meta
Source
See Implementation
generator
functions
build
isCompleted
isRunning
lastGenerated
start
static variables
currentModel
generatorTid
layerHeight
maxDiameter
minDiameter
noises
resolution
vaseHeight
vaseProfileCheckPoints
structs
Noise