Method FillTerrainGraphArguments
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
graphTerrainGraphThe terrain graph about to execute.
argsIDictionary<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.