MosaicStrategy Enumeration
Specifies the strategy for selecting which pixels to render in MosaicWriter.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEDataSets assembly)
Syntax
public enum MosaicStrategy
Values
Value name | Value | Description |
---|---|---|
LatestView | 0 | New frames are always drawn regardless what is already present. |
BestView | 1 | Pixels from a new frame replace already present pixels if the new perspective is more vertical than the old one. If the frames originate from a CameraProjectOperator, it's necessary to set CameraProjectOperator.KeepAttributes to True. |
Platforms
Windows, Linux, Android