Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavinov-actionengine authored Oct 31, 2024
1 parent 90479bf commit 31a4057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ NodeJS 18 or higher is required.
| name | \* | \* | Tileset name. This option is required for naming in the output json resouces and for the output `path/\*.slpk` file naming |
| output-version | | \* | Version of 3D Tiles format. This option is used for I3S to 3DTiles conversion only (optional). Possible values - "1.0", "1.1" (default). More information on the 3D Tiles revisions: https://github.com/CesiumGS/3d-tiles/blob/main/3d-tiles-reference-card-1.1.pdf |
| max-depth | \* | \* | Maximal depth of the hierarchical tiles tree traversal, default: infinity |
| slpk | \* | | (Deprecated since version 4.3.0) Whether the converter generates \*.slpk (Scene Layer Package) I3S output files. Note: For versions 4.3.0 and up \*.slpk is the default output wihtout this option specified. |
| slpk | \* | | (Deprecated since version 4.3.0) Whether the converter generates \*.slpk (Scene Layer Package) I3S output files. Note: For versions 4.3.0 and up \*.slpk is the default output without this option specified. |
| 7zExe | \* | | (Deprecated since version 4.1.0) location of 7z.exe archiver to create slpk on Windows OS, default: "C:\\Program Files\\7-Zip\\7z.exe". Note: For versions 4.1.0 and up 7z is not needed and tile-converter uses internal zip module instead. |
| egm | \* | \* | location of the Earth Gravity Model (\*.pgm) file to convert heights from ellipsoidal to gravity-related format or "None" to not use it, default: "./deps/egm2008-5.pgm". A model file can be loaded from GeographicLib https://geographiclib.sourceforge.io/html/geoid.html |
| token | \* | | Token for Cesium ION tileset authentication. |
Expand Down

0 comments on commit 31a4057

Please sign in to comment.