Module dagon.graphics.terrain

Provides classes and utilities for terrain rendering.

Description

The dagon.graphics.terrain 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

NameDescription
entityIsTerrain(e) Tests whether an entity holds a Terrain.

Classes

NameDescription
Terrain A terrain object.
TerrainMaterial Represents layered terrain material.

Structs

NameDescription
TerrainSphereTraverseAggregate A sphere traversal aggregate.