Table of Contents

Delegate VistaManager.TreePopulatedHandler

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

Represents a callback raised after tree samples have been populated into a tile.

public delegate void VistaManager.TreePopulatedHandler(VistaManager sender, ITile tile, List<TreeTemplate> treeTemplates, List<ComputeBuffer> treeBuffers)

Parameters

sender VistaManager

The manager performing the population step.

tile ITile

The tile that received the tree data.

treeTemplates List<TreeTemplate>

Tree templates paired with treeBuffers by index.

treeBuffers List<ComputeBuffer>

Generated tree sample buffers for the tile.