dagon v0.10.3 (2020-05-05T21:30:13Z)
Home
Dub
Repo
ImageHeightmap
dagon
graphics
heightmap
Undocumented in source.
class
ImageHeightmap : Owner,
Heightmap
{
SuperImage
img
;
float
scale
;
this
(SuperImage img, float scale, Owner o);
float
getHeight
(float x, float z);
}
Constructors
this
this
(SuperImage img, float scale, Owner o)
Undocumented in source.
Members
Functions
getHeight
float
getHeight
(float x, float z)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
img
SuperImage
img
;
Undocumented in source.
scale
float
scale
;
Undocumented in source.
Inherited Members
From Heightmap
getHeight
float
getHeight
(float x, float z)
Undocumented in source.
Meta
Source
See Implementation
dagon
graphics
heightmap
classes
ImageHeightmap
OpenSimplexHeightmap
interfaces
Heightmap