dagon v0.12.0-beta2 (2021-10-10T20:59:18Z)
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