HeightmapShape
Description
- Derived from
-
SerializableBase abstract
IMapShapeGeneric<HeightmapShape>
A vector shape for generating heightmap data.
Heightmap shapes are always specified for heightmaps of size HeightmapsUtil.MaxSize. Scaling is performed automatically, if necessary (see HeightmapsUtil.ComputeScaleToMaxSize).
- See also
Public / Attributes
Falloff
Shape distance falloff value.
The HeightmapSample.Coverage of rasterized heightmap samples will be 100% when rasterized sample shape distance of zero or less. The coverage smoothly reduces to zero when the distance between the rasterized sample and the shape reached the given falloff value.