kool-editor-model
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
kool-editor-model
kool-editor-model
/
de.fabmax.kool.editor.data
/
ShapeData
/
Heightmap
/
Heightmap
Heightmap
constructor
(
mapPath
:
String
?
=
null
,
heightOffset
:
Double
=
0.0
,
heightScale
:
Double
=
100.0
,
rowScale
:
Double
=
1.0
,
colScale
:
Double
=
1.0
,
uvScale
:
Vec2Data
=
Vec2Data(1.0, 1.0)
)