dagon v0.10.3 (2020-05-05T21:30:13Z)
Home
Dub
Repo
OpenSimplexHeightmap
dagon
graphics
heightmap
Undocumented in source.
class
OpenSimplexHeightmap : Owner,
Heightmap
{
OpenSimplexNoise
!
float
noise
;
bool
tiling
;
float
[
2
][
3
]
scaleLayers
;
this
(Owner o);
float
getHeight
(float s, float t);
}
Constructors
this
this
(Owner o)
Undocumented in source.
Members
Functions
getHeight
float
getHeight
(float s, float t)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
noise
OpenSimplexNoise
!
float
noise
;
Undocumented in source.
scaleLayers
float
[
2
][
3
]
scaleLayers
;
Undocumented in source.
tiling
bool
tiling
;
Undocumented in source.
Inherited Members
From Heightmap
getHeight
float
getHeight
(float x, float z)
Undocumented in source.
Meta
Source
See Implementation
dagon
graphics
heightmap
classes
ImageHeightmap
OpenSimplexHeightmap
interfaces
Heightmap