dagon v0.12.1 (2021-10-28T10:12:23Z)
Home
Dub
Repo
Heightmap
dagon
graphics
heightmap
Undocumented in source.
interface
Heightmap {
float
getHeight
(float x, float z);
}
Members
Functions
getHeight
float
getHeight
(float x, float z)
Undocumented in source.
Meta
Source
See Implementation
dagon
graphics
heightmap
classes
ImageHeightmap
OpenSimplexHeightmap
interfaces
Heightmap