Skip to content
Update export page (#131) authored by NorthernSeaCharting's avatar NorthernSeaCharting
......@@ -6,7 +6,7 @@ specific views between visualizer instances.
* [glTF Export](#gltf-export)
* [Split Export](#split-export)
* [View Export](#view-export)
* [Shareable Export](#shareable-export)
## glTF Export
......@@ -31,7 +31,7 @@ might have to load various files in order to display your model in an offline ap
<br />
<br />
## View Export
## Shareable Export
The second available export concerns the current state of the application. This export
contains the currently loaded trajectory, as well as the settings made in the application,
......@@ -39,4 +39,4 @@ the camera and so on. This way, the exact state of the application can be shared
and replicated.
The result of the export is a zip archive, that can be loaded back into the application.
You may start the export by clicking `File > Export > Export (Including View)`.
You may start the export by clicking `File > Export > Shareable`.