Table of Contents

Method CollectSceneHeight

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

CollectSceneHeight(RenderTexture, Bounds)

Collects scene height from the manager's tiles into a destination render texture.

public void CollectSceneHeight(RenderTexture targetRt, Bounds worldBounds)

Parameters

targetRt RenderTexture

The destination texture that receives the collected height data.

worldBounds Bounds

The world-space bounds represented by targetRt.

Remarks

This is primarily used by LocalProceduralBiome when it needs a scene-height input for graph execution.