Module dagon.graphics.terrain
Provides classes and utilities for terrain rendering.
Description
The dagon module defines the Terrain class
for rendering procedural terrains, as well as TerrainMaterial
for managing terrain-specific material parameters and textures,
The module supports multi-layered materials with splat mapping.
Functions
| Name | Description |
|---|---|
entityIsTerrain(e)
|
Tests whether an entity holds a Terrain.
|
Classes
| Name | Description |
|---|---|
Terrain
|
A terrain object. |
TerrainMaterial
|
Represents layered terrain material. |
Structs
| Name | Description |
|---|---|
TerrainSphereTraverseAggregate
|
A sphere traversal aggregate. |