3DTiles->S3M

Instructions for Use

Support converting 3D Tiles 1.0Data generated based on Oblique Photography Model, artificial modeling data and Point Cloud Data into S3m data.

Parameter Description

Parameter Name Parameter Description Parameter Type
Entry File (tileset. JSON): Enter the entry file (tileset. JSON) for the source 3D Tiles data. String
Output Path: Set the storage path of Result Data. String
File Type:
(Optional)
Select Source 3D TilesData Type. When the Source Data of 3D Tiles is a manually constructed model, the parameter is 3D Tiles; if it is Oblique Photography Model data, the parameter is Oblique Photography; For Point Cloud Data, this parameter selects the point cloud. CacheDataType
Texture Compression Type:
(Optional)
Set the data Texture Compression type. Includes WebP, DXT (PC device), CRN _ DXT5 (PC). For Tile with different purposes, it is recommended to use appropriate Texture Compression mode to reduce the amount of video memory used by texture images.
  • WebP: It is recommended to select this value when Tile Data is used on the mobile side, and transparent texture is supported.
  • DXT: When this value is selected, Result Data has the smallest video memory occupation, the shortest processing time, and the largest total amount of data.
  • CRN _ DXT5: When this value is selected, the Result Data takes up slightly less video memory, takes the longest processing time, and has the largest amount of data.
Note: In iServer 11.1.1 and above in the Linux environment, you need to set the corresponding parameter value according to whether the node depends on multiple concurrency.
  • The Texture Compression type cannot be set to CRN _ DXT5 if the node depends on multiple concurrency.
  • If the node does not depend on multiple concurrency, all parameter values can be set. However, if the Texture Compression type is to be set to CRN _ DXT5, it is necessary to temporarily comment out the LD _ PRELOAD parameters in the product package/bin/setenv. Sh file by using the # symbol before starting the iServer, so as to ensure normal generation of the Tile. Failure to do so may result in an exception to the Tile generation process and failure to generate Result Data.
TextureCompressType
Vertex Optimization Method:
(Optional)
Set the vertex optimization method for the data, including no compression and Draco Cpmression.
  • No compression: Data is not compressed.
  • Draco Cpmression: Compress Dataset based on a certain algorithm can significantly reduce the amount of data and improve the data loading experience.
Note: If the 3D Tiles data is Draco Cpmression and the vertex optimization mode is set to Draco Cpmression, the Result Data may be distorted.
MeshCompressType
S3M Version:
(Optional)
Set the version of the resulting S3MTile Data, including S3M 1.0, S3M 2.0, S3M 3.0, S3M 3.01. S3MVersion
Process Thread Count:
(Optional)
Set the number of threads assigned to the 3D Tiles to S3M operation. Integer

Output Result

Parameter Name Parameter Description Parameter Type
Storage path of 3D Tiles-> S3M Result Data.