diff --git a/website/info/index.html b/website/info/index.html
index 64148ce..f92329e 100644
--- a/website/info/index.html
+++ b/website/info/index.html
@@ -38,6 +38,7 @@
Missing files
Sharing and embedding models
+ Model and visualization settings
Exporting models
Self-hosted viewer
Cookies policy
@@ -232,6 +233,17 @@
To get the sharing link or the embedding code, click on the share model button (
) in the toolbar.
+ Model and visualization settings
+
+ You can access model and visualization settings by clicking on the settings icon (
) on the toolbar.
+
+
+
+ - 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.
+ - 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.
+
+
+
Exporting models
You can export your model in several file formats. To achieve this, click on the export button in the toolbar (
).
diff --git a/website/info/info.css b/website/info/info.css
index ab19c32..7717c3c 100644
--- a/website/info/info.css
+++ b/website/info/info.css
@@ -94,6 +94,7 @@ ol, ul
li
{
margin: 10px 0px;
+ line-height: 25px;
}
table