Skip to content

Commit 053ec3d

Browse files
authored
Merge pull request #2411 from nids2001/classic-tutorial
Classic Tutorial
2 parents 9a4c51e + b393f0a commit 053ec3d

29 files changed

+344
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ Please see https://scirun.readthedocs.io/en/latest/start/build.html
3838
#### Python API
3939
Please see https://scirun.readthedocs.io/en/latest/user_doc/python.html
4040

41+
#### Example Data
42+
Please see: https://github.com/CIBC-Internal/SCIRunTestData
43+
44+
Or, for the older dataset:
45+
https://www.sci.utah.edu/releases/scirun_v4.7/SCIRunData_4.7_20160120_data.zip
46+
https://www.sci.utah.edu/releases/scirun_v4.7/SCIRunData_4.7_20160120_data.tgz
47+
4148
### Questions and Answers
4249
For help, check out the discussion page: https://github.com/SCIInstitute/SCIRun/discussions.
4350

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ SCIRun 5 is a complete rewrite of the GUI front end and graphical components of
6161
:caption: Modules:
6262

6363
modules/BIOPSE/index
64-
modules/BrainSimulator/index
64+
modules/BrainStimulator/index
6565
modules/Bundle/index
6666
modules/ChangeFieldData/index
6767
modules/ChangeMesh/index

docs/modules/Render/ViewScene.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ To improve navigation in 3D data and help facilitate the placement of widgets, i
1818

1919
A small plus sign (**+**) appears in the lower right corner of the ViewScene window. Clicking on the plus sign reveals the extended control panel.
2020

21+
## Hotkeys
2122
The ViewScene module also supports a series of hotkeys:
2223

2324
* **1-8:** Standard views that align with the cartesian axis.
@@ -53,3 +54,33 @@ The ViewScene module also supports a series of hotkeys:
5354
* **U:** Switch backculling ON/OFF.
5455

5556
* **W:** Switch wireframe ON/OFF.
57+
58+
## Tools
59+
60+
:::{figure-md} fig-controls
61+
62+
![ViewScene window controls](../module_images/viewscenecontrols.png)
63+
64+
ViewScene window controls
65+
:::
66+
67+
The ViewScene window contains three toolbars located to the top, right and left of the window (see {numref}`fig-controls`). The tools have the following functions:
68+
69+
### Auto View
70+
restores the display back to a default condition. This is very useful when objects disappear from the view window due to a combination of settings
71+
### Object Selection
72+
### View Options
73+
### Camera Locks
74+
### Screenshot
75+
### Auto Rotate
76+
### Background Color
77+
### Orientation Axes
78+
### Plane Settings
79+
### Fog Controls
80+
### Material Properties
81+
### Headlight
82+
### Additional Lights
83+
### Scale Bar
84+
### Groups
85+
### Mouse Controls
86+
### Report Problems
104 KB
Loading

docs/user_doc/ClassicTutorial.md

Lines changed: 305 additions & 0 deletions
Large diffs are not rendered by default.
554 Bytes
Loading
1.47 KB
Loading
2.06 KB
Loading
1.31 KB
Loading
1.64 KB
Loading

0 commit comments

Comments
 (0)