dagon v0.15.0 (2023-08-30T21:09: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