Generates a new scene layer package with properly defined levels of detail.
Only the finest level of detail is maintained; all other levels of detail are discarded. The finest level of detail is reorganized into tiles that generate new coarse levels of detail.
Usage
Use this tool for integrated mesh scene layers generated from third-party software that have poorly defined levels of detail. This includes scene layer packages with a single level of detail generated from other applications.
Use this tool with output from the Create Integrated Mesh Scene Layer Content tool if the original OpenSceneGraph binary (OSGB) data had missing levels of detail or poorly defined levels of detail.
Integrated mesh is the only supported scene layer type.
Specifies the textures that will be optimized according to the target platform where the scene layer package will be used.
Caution:
Optimizations that include KTX2 may take significant time to process. For fastest results, use the Desktop or None options.
All—All texture formats will be optimized including JPEG, DXT, and KTX2 for use in desktop, web, and mobile platforms.
Desktop—Windows, Linux, and Mac supported textures will be optimized including JPEG and DXT for use in ArcGIS Pro clients on Windows and ArcGIS Maps SDKs desktop clients on Windows, Linux, and Mac. This is the default.
Mobile—Android and iOS supported textures will be optimized including JPEG and KTX2 for use in ArcGIS Maps SDKs mobile applications.
None—JPEG textures will be optimized for use in desktop and web platforms.
Specifies the textures that will be optimized according to the target platform where the scene layer package will be used.
Caution:
Optimizations that include KTX2 may take significant time to process. For fastest results, use the Desktop or None options.
All—All texture formats will be optimized including JPEG, DXT, and KTX2 for use in desktop, web, and mobile platforms.
Desktop—Windows, Linux, and Mac supported textures will be optimized including JPEG and DXT for use in ArcGIS Pro clients on Windows and ArcGIS Maps SDKs desktop clients on Windows, Linux, and Mac. This is the default.
Mobile—Android and iOS supported textures will be optimized including JPEG and KTX2 for use in ArcGIS Maps SDKs mobile applications.
None—JPEG textures will be optimized for use in desktop and web platforms.
String
Code sample
GenerateLevelOfDetail example (Python window)
The following script demonstrates how to use the GenerateLevelOfDetail function in the Python window.