Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Painter ¶
type Painter struct {
// contains filtered or unexported fields
}
func NewPainter ¶
func (*Painter) PaintIsocontour ¶ added in v0.1.1
Paints only contour of elevation levels
type TerrainGenerator ¶
type TerrainGenerator struct {
// contains filtered or unexported fields
}
func NewGenerator ¶
func NewGenerator( octaves int, gain, lacunarity, frequency, scale float64, ) *TerrainGenerator
Click to show internal directories.
Click to hide internal directories.