Table of Contents

Class BiomeMaskGraphUtilities

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

Executes biome mask graphs against the already generated mask of a Local Procedural Biome.

public static class BiomeMaskGraphUtilities
Inheritance
BiomeMaskGraphUtilities
Inherited Members

Remarks

This utility is the post-process step used by Core.LocalProceduralBiome after the biome's combined mask has been rendered. It feeds that texture back into a BiomeMaskGraph, extracts the dedicated biome-mask output, and stores the result in the supplied BiomeDataRequest.

Methods

RequestData(BiomeDataRequest, BiomeMaskGraph, Bounds, Space, RenderTexture)

Runs a biome mask graph and writes its biome-mask output into a request payload.