diff --git a/docs/building.md b/docs/building.md index 1301ceb2193050047d62f7cff0650db33a434715..5ff1bb5745aae4a9bc85daf700574a10f8b3be4f 100644 --- a/docs/building.md +++ b/docs/building.md @@ -82,4 +82,4 @@ Notes: Once you build Scotty3D successfully, run `Scotty3D` and you will see the following GUI -![](building/scotty3d_gui.png) \ No newline at end of file +![](setup/scotty3d_gui.png) \ No newline at end of file diff --git a/docs/guide/guide.md b/docs/guide/guide.md index 73f21ab51236262361f758243d8f8dae5f1b61da..f0b7768906b6734f60b81e30983fd42d3e575ca6 100644 --- a/docs/guide/guide.md +++ b/docs/guide/guide.md @@ -20,7 +20,7 @@ For the detailed documentation, see the guides of each mode: [Layout Mode](/docs The current mode is displayed as the "pressed" button in the menu bar, and available actions are are detailed in the left sidebar. Note that some actions are only available when a model/element/etc. is selected. -![](../building/scotty3d_gui.png) +![](../setup/scotty3d_gui.png) ## Global Navigation diff --git a/docs/guide/model.md b/docs/guide/model.md index ce2e1bd69b3529e34976e553fa8fedec471613c2..f89d9c0215b1cf8e9dc73ca33a731d41303c42ff 100644 --- a/docs/guide/model.md +++ b/docs/guide/model.md @@ -23,6 +23,8 @@ and render with it, but editing will not be supported. ### Editing Mesh Elements +Before you start, you should import the model from `./media` in `Layout Mode`. (See [Layout Mode](/docs/guide/layout.md) page for more details) + In `Model` mode you can inspect mesh elements by left-clicking on vertices, edges, faces, and halfedges. Information about these elements will be shown in the left sidebar. diff --git a/docs/setup/scotty3d_gui.png b/docs/setup/scotty3d_gui.png new file mode 100644 index 0000000000000000000000000000000000000000..e1aac63878a18a8ac431fb3ecddeca74c7a6651b Binary files /dev/null and b/docs/setup/scotty3d_gui.png differ