Table of Contents

Property baseResolution

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

baseResolution

Gets or sets the base graph resolution used when generating the biome cache in the biome's own bounds.

public int baseResolution { get; set; }

Property Value

int

Remarks

The value is clamped to Vista's supported range and rounded up to a multiple of 8 before storage because graph compute kernels expect resolutions aligned to that granularity.