Property instancesBlendMode
instancesBlendMode
Gets or sets how tree, detail-instance, object, and generic buffers are combined.
public BiomeBlendOptions.BufferBlendMode instancesBlendMode { get; set; }
Property Value
Remarks
In the current Big World implementation this setting affects tree buffers, detail instance buffers, object instance buffers, and generic buffers. Pinwheel.Vista.BiomeBlendOptions.BufferBlendMode.Linear masks previously accumulated destination buffers before appending the current biome buffers. Pinwheel.Vista.BiomeBlendOptions.BufferBlendMode.Additive appends the new biome buffers without masking previously accumulated results.