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