MapPackageModelWriter.OptimizeMeshTextures Property
Gets or sets a flag indicating if an optimization of mesh textures should be performed when converting the input model data.
Syntax
public System.Boolean OptimizeMeshTextures { get; set; }
Property Value
Default: true
True if the optimization of mesh textures when converting the input model should be performed; otherwise, False.
Remarks
When MapPackageModelWriter converts the input model to a GeoPackage, it can perform an optimization in which multiple textures are combined into a single raster. In most cases, it's best, due to performance reasons, to have this optimization turned on. However, for certain input models, the optimization can result in the created raster being too large which will cause the conversion of the input model to fail. This can happen if the input model contains textures that are repeated, i.e., if the input model contains texture coordinates that are greater than 1 or less than 0. For such input models, it is necessary to turn the optimization of mesh textures off.
To automatically determine an appropriate value for OptimizeMeshTextures for a given input model, use DeduceDetailSettings.
Platforms
Windows, Linux, Android