dagon v0.12.0-beta1 (2021-09-13T08:15:37Z)
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