dagon v0.10.3 (2020-05-05T21:30:13Z)
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