MapPackageModelWriterStage Enumeration
The current stage of MapPackageModelWriter.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public enum MapPackageModelWriterStage
Values
Value name | Value | Description |
---|---|---|
Idle | 0 | The MapPackageModelWriter is not currently processing any data. |
ProcessingMetadata | 1 | The MapPackageModelWriter is parsing metadata before proceeding with the task. At this point, MapPackageModelWriterProgress.EstimatedItems and MapPackageModelWriterProgress.HandledItems will both be 0, since the writer does not yet know how much work there is to do. |
LoadingModels | 2 | The MapPackageModelWriter is loading input models. |
ClippingTiles | 3 | The MapPackageModelWriter is clipping models to fit into GlobeView tiles. |
FlatteningTiles | 4 | The MapPackageModelWriter is flattening low-detail models into a texture and heightmap, for low-detailed visualization at large distances. |
ExportingTiles | 5 | The MapPackageModelWriter is packing and exporting the final data. This step is usually the most time-taking one. |
Platforms
Windows, Linux, Android