Table of Contents

Class BiomeDataUtilities

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

Utilities for remapping one BiomeData set into another bounds and resolution space.

public static class BiomeDataUtilities
Inheritance
BiomeDataUtilities
Inherited Members

Remarks

This helper is primarily used when cached biome data generated in biome-local bounds must be copied into tile-specific request bounds. Texture outputs are remapped through a bounds-aware blit shader, while buffer outputs are remapped through BiomeBufferCopy.

Methods

Copy(BiomeData, Bounds, BiomeData, Bounds, int, int)

Copies all supported biome outputs from one bounds space into another and writes them into a destination data object.