|
13 | 13 | <label for="clipCheck">Clip Plane</label> |
14 | 14 | <input type="checkbox" id="clipCheck" unchecked /> |
15 | 15 | <label for="opacitySlider0">Background Opacity</label> |
16 | | - <input type="range" min="0" max="255" value="255" class="slider" id="opacitySlider0" /> |
| 16 | + <input title="Control transparency of grayscale voxel-based image" type="range" min="0" max="255" value="255" class="slider" id="opacitySlider0" /> |
17 | 17 | |
18 | 18 | <label for="opacitySlider1">Overlay Opacity</label> |
19 | | - <input type="range" min="0" max="255" value="128" class="slider" id="opacitySlider1" /> |
| 19 | + <input title="Control transparency of colored voxel-based segmentation" type="range" min="0" max="255" value="128" class="slider" id="opacitySlider1" /> |
20 | 20 | |
21 | 21 | <label for="modelSelect">Segmentation Model</label> |
22 | 22 | <select id="modelSelect"> |
|
62 | 62 | <p> |
63 | 63 | <label> |
64 | 64 | Hollow: |
65 | | - <select id="hollowSelect"> |
| 65 | + <select id="hollowSelect" title="hollow meshes require less material but may be fragile"> |
66 | 66 | <option value="0">False: solid</option> |
67 | 67 | <option value="-1">1mm</option> |
68 | 68 | <option value="-2">2mm</option> |
|
86 | 86 | type="range" |
87 | 87 | min="0" |
88 | 88 | max="20" |
89 | | - value="5" |
| 89 | + value="0" |
90 | 90 | class="slider" |
91 | 91 | id="smoothSlide" |
| 92 | + title="smoothing makes mesh less jagged, but can create self intersecting triangles" |
92 | 93 | /> |
93 | 94 | </p> |
94 | 95 | <p> |
95 | 96 | <label>Simplify Percent (1..100)</label> |
96 | | - <input id="shrinkPct" type="number" min="1" value="30" max="100"> |
| 97 | + <input title="adaptive triangle reduction reduces file size but can introduce defectss" id="shrinkPct" type="number" min="1" value="100" max="100"> |
97 | 98 | </p> |
98 | 99 | <button id="cancelBtn" formmethod="dialog">Cancel</button> |
99 | 100 | <button autofocus id="applyBtn" value="default">Apply</button> |
|
106 | 107 | Format: |
107 | 108 | <select id="formatSelect"> |
108 | 109 | <option>MZ3 small and precise</option> |
109 | | - <option selected>OBJ widely supported</option> |
110 | | - <option>STL popular for printing</option> |
| 110 | + <option>OBJ widely supported</option> |
| 111 | + <option selected>STL popular for printing</option> |
111 | 112 | </select> |
112 | 113 | </label> |
113 | 114 | </p> |
|
0 commit comments