Update user manual.

This commit is contained in:
kovacsv 2021-08-17 15:51:01 +02:00
parent d2deb50aa4
commit b03d4cc433
2 changed files with 13 additions and 0 deletions

View File

@ -38,6 +38,7 @@
<li><a href="#loading_models_missing_files">Missing files</a></li>
</ol>
<li><a href="#sharing_and_embedding_models">Sharing and embedding models</a></li>
<li><a href="#settings_panel">Model and visualization settings</a></li>
<li><a href="#exporting_models">Exporting models</a></li>
<li><a href="#embed_selfhost">Self-hosted viewer</a></li>
<li><a href="#cookies_policy">Cookies policy</a></li>
@ -232,6 +233,17 @@
To get the sharing link or the embedding code, click on the share model button (<img class="inline" src="../assets/images/toolbar/share.svg"/>) in the toolbar.
</p>
<h2 id="settings_panel">Model and visualization settings</h2>
<p>
You can access model and visualization settings by clicking on the settings icon (<img class="inline" src="../assets/images/toolbar/settings.svg"/>) on the toolbar.
</p>
<p>
<ul>
<li>Background Color: This will change the background color of the canvas. It has no effect on model export, but the background color will be visible when you export a png image.</li>
<li>Default Color: This color is used when there is no material information in the model (for example in case of stl files). Changing this value regenerates the model in the background, so the model will be exported with the chosen color.</li>
</ul>
</p>
<h2 id="exporting_models">Exporting models</h2>
<p>
You can export your model in several file formats. To achieve this, click on the export button in the toolbar (<img class="inline" src="../assets/images/toolbar/export.svg"/>).

View File

@ -94,6 +94,7 @@ ol, ul
li
{
margin: 10px 0px;
line-height: 25px;
}
table