Table of Contents

Method FillTerrainGraphArguments

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

FillTerrainGraphArguments(TerrainGraph, IDictionary<int, Args>)

Adds biome-specific execution arguments to the terrain graph argument table.

public void FillTerrainGraphArguments(TerrainGraph graph, IDictionary<int, Args> args)

Parameters

graph TerrainGraph

The terrain graph about to execute.

args IDictionary<int, Args>

The live argument dictionary that will be attached to the resulting GraphContext.

Remarks

The current implementation adds Pinwheel.Vista.Graph.Args.BIOME_SCALE, Pinwheel.Vista.Graph.Args.BIOME_SPACE, and Pinwheel.Vista.Graph.Args.BIOME_WORLD_BOUNDS so biome-aware nodes can evaluate against the Local Procedural Biome cache space.