Skip to content

Commit

Permalink
3d set
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaof committed Mar 10, 2022
1 parent 89ebb4c commit 6e0fc50
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"restructuredtext.confPath": "${workspaceFolder}/docs"
"restructuredtext.confPath": "${workspaceFolder}/docs",
"esbonio.server.enabled": true,
"esbonio.sphinx.confDir": "/Users/dli/eg-docs/docs"
}
19 changes: 19 additions & 0 deletions docs/3d.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,25 @@ updated arrow style in the viewer:

.. image:: _static/g3d_48.png

Interactivity on 3D model
-------------------------

Click on the segments of 3D model will bring up the menu to interact with the Browser:

.. image:: _static/g3d_62.png

Click ``Browser region`` button will let the browser jump to the region of this segment:

.. image:: _static/g3d_63.png

or you can add this segment to current browser reigon by click ``Add to set view`` button, the browser will enter Region set view mode:

.. image:: _static/g3d_64.png

you can keep adding as many segments as you want. Click ``Close set view`` button to restore to the default view.

.. image:: _static/g3d_65.png

Interactivity on tracks
-----------------------

Expand Down
Binary file added docs/_static/g3d_62.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/g3d_63.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/g3d_64.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/g3d_65.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e0fc50

Please sign in to comment.