three-cad-viewer 4.3.5 → 4.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/three-cad-viewer.esm.js +8 -5
- package/dist/three-cad-viewer.esm.js.map +1 -1
- package/dist/three-cad-viewer.esm.min.js +1 -1
- package/dist/three-cad-viewer.js +8 -5
- package/dist/three-cad-viewer.min.js +1 -1
- package/package.json +2 -3
- package/src/_version.ts +0 -1
- package/src/camera/camera.ts +0 -445
- package/src/camera/controls/CADOrbitControls.ts +0 -241
- package/src/camera/controls/CADTrackballControls.ts +0 -598
- package/src/camera/controls.ts +0 -380
- package/src/core/patches.ts +0 -16
- package/src/core/studio-manager.ts +0 -652
- package/src/core/types.ts +0 -892
- package/src/core/viewer-state.ts +0 -784
- package/src/core/viewer.ts +0 -4821
- package/src/index.ts +0 -151
- package/src/rendering/environment.ts +0 -840
- package/src/rendering/light-detection.ts +0 -327
- package/src/rendering/material-factory.ts +0 -735
- package/src/rendering/material-presets.ts +0 -289
- package/src/rendering/raycast.ts +0 -291
- package/src/rendering/room-environment.ts +0 -192
- package/src/rendering/studio-composer.ts +0 -577
- package/src/rendering/studio-floor.ts +0 -108
- package/src/rendering/texture-cache.ts +0 -324
- package/src/rendering/tree-model.ts +0 -542
- package/src/rendering/triplanar.ts +0 -329
- package/src/scene/animation.ts +0 -343
- package/src/scene/axes.ts +0 -108
- package/src/scene/bbox.ts +0 -223
- package/src/scene/clipping.ts +0 -650
- package/src/scene/grid.ts +0 -864
- package/src/scene/nestedgroup.ts +0 -1448
- package/src/scene/objectgroup.ts +0 -866
- package/src/scene/orientation.ts +0 -259
- package/src/scene/render-shape.ts +0 -634
- package/src/tools/cad_tools/measure.ts +0 -811
- package/src/tools/cad_tools/select.ts +0 -100
- package/src/tools/cad_tools/tools.ts +0 -231
- package/src/tools/cad_tools/ui.ts +0 -454
- package/src/tools/cad_tools/zebra.ts +0 -369
- package/src/types/html.d.ts +0 -5
- package/src/types/n8ao.d.ts +0 -28
- package/src/types/three-augmentation.d.ts +0 -60
- package/src/ui/display.ts +0 -3295
- package/src/ui/index.html +0 -505
- package/src/ui/info.ts +0 -177
- package/src/ui/slider.ts +0 -206
- package/src/ui/toolbar.ts +0 -347
- package/src/ui/treeview.ts +0 -945
- package/src/utils/decode-instances.ts +0 -233
- package/src/utils/font.ts +0 -60
- package/src/utils/gpu-tracker.ts +0 -265
- package/src/utils/logger.ts +0 -92
- package/src/utils/sizeof.ts +0 -116
- package/src/utils/timer.ts +0 -69
- package/src/utils/utils.ts +0 -446
package/src/ui/index.html
DELETED
|
@@ -1,505 +0,0 @@
|
|
|
1
|
-
<div class="tcv_cad_viewer">
|
|
2
|
-
<div class="tcv_cad_toolbar tcv_round"></div>
|
|
3
|
-
|
|
4
|
-
<div class="tcv_cad_body">
|
|
5
|
-
<div class="tcv_cad_navigation">
|
|
6
|
-
<div class="tcv_toggle_tools_wrapper">
|
|
7
|
-
<span class='tcv_toggle_tools'></span><span class="tcv_tools_label">Tools</span>
|
|
8
|
-
</div>
|
|
9
|
-
<div class="tcv_cad_tree tcv_round">
|
|
10
|
-
<div class="tcv_tabnav">
|
|
11
|
-
<span class="tcv_tooltip" style="flex: 1"><input class='tcv_tab_tree tcv_tab tcv_tab-left tcv_tab-selected' value="Tree" type="button" style="width: 100%" /></span>
|
|
12
|
-
<span class="tcv_tooltip" style="flex: 1"><input class='tcv_tab_clip tcv_tab tcv_tab-right tcv_tab-unselected' value="Clip" type="button" style="width: 100%" /></span>
|
|
13
|
-
<span class="tcv_tooltip" style="flex: 1"><input class='tcv_tab_zebra tcv_tab tcv_tab-right tcv_tab-unselected' value="Zebra" type="button" style="width: 100%" /></span>
|
|
14
|
-
<span class="tcv_tooltip" style="flex: 1"><input class='tcv_tab_material tcv_tab tcv_tab-right tcv_tab-unselected' value="Material" type="button" style="width: 100%" /></span>
|
|
15
|
-
<span class="tcv_tooltip" style="flex: 1"><input class='tcv_tab_studio tcv_tab tcv_tab-right tcv_tab-unselected' value="Studio" type="button" style="width: 100%" /></span>
|
|
16
|
-
</div>
|
|
17
|
-
<div class="tcv_cad_tree_toggles tcv_toggles_tree">
|
|
18
|
-
<span class="tcv_tooltip" data-tooltip="Collpase nodes with a single leaf">
|
|
19
|
-
<input class='tcv_collapse_singles tcv_btn tcv_small_btn' value="1" type="button" />
|
|
20
|
-
</span>
|
|
21
|
-
<span class="tcv_tooltip" data-tooltip="Expand root node only">
|
|
22
|
-
<input class='tcv_expand_root tcv_btn tcv_small_btn' value="R" type="button" />
|
|
23
|
-
</span>
|
|
24
|
-
<span class="tcv_tooltip" data-tooltip="Collpase tree">
|
|
25
|
-
<input class='tcv_collapse_all tcv_btn tcv_small_btn' value="C" type="button" />
|
|
26
|
-
</span>
|
|
27
|
-
<span class="tcv_tooltip" data-tooltip="Expand tree">
|
|
28
|
-
<input class='tcv_expand tcv_btn tcv_small_btn' value="E" type="button" />
|
|
29
|
-
</span>
|
|
30
|
-
</div>
|
|
31
|
-
<div class="tcv_cad_tree_toggles tcv_toggles_clip" style="display: none;">
|
|
32
|
-
<span class="tcv_tooltip" data-tooltip="Reset to default clip planes">
|
|
33
|
-
<input class='tcv_clip_reset tcv_btn tcv_small_btn' value="R" type="button" />
|
|
34
|
-
</span>
|
|
35
|
-
</div>
|
|
36
|
-
<div class="tcv_cad_tree_toggles tcv_toggles_material" style="display: none;">
|
|
37
|
-
<span class="tcv_tooltip" data-tooltip="Reset to original values">
|
|
38
|
-
<input class='tcv_material_reset tcv_btn tcv_small_btn' value="R" type="button" />
|
|
39
|
-
</span>
|
|
40
|
-
</div>
|
|
41
|
-
<div class="tcv_cad_tree_toggles tcv_toggles_zebra" style="display: none;">
|
|
42
|
-
<span class="tcv_tooltip" data-tooltip="Reset to default zebra settings">
|
|
43
|
-
<input class='tcv_zebra_reset tcv_btn tcv_small_btn' value="R" type="button" />
|
|
44
|
-
</span>
|
|
45
|
-
</div>
|
|
46
|
-
<div class="tcv_cad_tree_toggles tcv_toggles_studio" style="display: none;">
|
|
47
|
-
<div class="tcv_studio_spinner"></div>
|
|
48
|
-
<span class="tcv_tooltip" data-tooltip="Edit material of selected object">
|
|
49
|
-
<input class='tcv_mat_editor_toggle tcv_btn tcv_small_btn' value="E" type="button" />
|
|
50
|
-
</span>
|
|
51
|
-
<span class="tcv_tooltip" data-tooltip="Reset to default values">
|
|
52
|
-
<input class='tcv_studio_reset tcv_btn tcv_small_btn' value="R" type="button" />
|
|
53
|
-
</span>
|
|
54
|
-
</div>
|
|
55
|
-
<div class="tcv_box_content tcv_mac-scrollbar tcv_scroller">
|
|
56
|
-
<div class="tcv_cad_tree_container"></div>
|
|
57
|
-
<div class="tcv_cad_clip_container">
|
|
58
|
-
<div class="tcv_slider_group">
|
|
59
|
-
<div>
|
|
60
|
-
<span class="tcv_tooltip" data-tooltip="Set red clipping plane to view direction">
|
|
61
|
-
<input class='tcv_btn_norm_plane1 tcv_btn tcv_plane' type="button" />
|
|
62
|
-
</span>
|
|
63
|
-
<span class="tcv_lbl_norm_plane1 tcv_label">N1 = (n/a, n/a, n/a)</span>
|
|
64
|
-
</div>
|
|
65
|
-
<div>
|
|
66
|
-
<input type="range" min="1" max="100" value="50"
|
|
67
|
-
class="tcv_sld_value_plane1 tcv_clip_slider">
|
|
68
|
-
<input value=50 class="tcv_inp_value_plane1 tcv_clip_input"></input>
|
|
69
|
-
</div>
|
|
70
|
-
</div>
|
|
71
|
-
<div class="tcv_slider_group">
|
|
72
|
-
<div>
|
|
73
|
-
<span class="tooltip" data-tooltip="Set green clipping plane to view direction">
|
|
74
|
-
<input class='tcv_btn_norm_plane2 tcv_btn tcv_plane' type="button" />
|
|
75
|
-
</span>
|
|
76
|
-
<span class="tcv_lbl_norm_plane2 tcv_label">N2 = (n/a, n/a, n/a)</span>
|
|
77
|
-
</div>
|
|
78
|
-
<div>
|
|
79
|
-
<input type="range" min="1" max="100" value="50"
|
|
80
|
-
class="tcv_sld_value_plane2 tcv_clip_slider">
|
|
81
|
-
<input value=50 class="tcv_inp_value_plane2 tcv_clip_input"></input>
|
|
82
|
-
</div>
|
|
83
|
-
</div>
|
|
84
|
-
<div class="tcv_slider_group">
|
|
85
|
-
<div>
|
|
86
|
-
<span class="tooltip" data-tooltip="Set blue clipping plane to view direction">
|
|
87
|
-
<input class='tcv_btn_norm_plane3 tcv_btn tcv_plane' type="button" />
|
|
88
|
-
</span>
|
|
89
|
-
<span class="tcv_lbl_norm_plane3 tcv_label">N3 = (n/a, n/a, n/a)</span>
|
|
90
|
-
</div>
|
|
91
|
-
<div>
|
|
92
|
-
<input type="range" min="1" max="100" value="50"
|
|
93
|
-
class="tcv_sld_value_plane3 tcv_clip_slider">
|
|
94
|
-
<input value=50 class="tcv_inp_value_plane3 tcv_clip_input"></input>
|
|
95
|
-
</div>
|
|
96
|
-
</div>
|
|
97
|
-
<div class="tcv_clip_checks">
|
|
98
|
-
<div>
|
|
99
|
-
<span class="tcv_tooltip" data-tooltip="Use intersection clipping">
|
|
100
|
-
<input class='tcv_clip_intersection tcv_check' type="checkbox" />
|
|
101
|
-
<span class="tcv_label">Intersection</span>
|
|
102
|
-
</span>
|
|
103
|
-
<span class="tcv_tooltip" data-tooltip="Show clipping planes">
|
|
104
|
-
<input class='tcv_clip_plane_helpers tcv_axes0 tcv_check' type="checkbox" />
|
|
105
|
-
<span class="tcv_label">Planes</span>
|
|
106
|
-
</span>
|
|
107
|
-
</div>
|
|
108
|
-
<span class="tcv_tooltip" data-tooltip="Use object color caps instead of RGB">
|
|
109
|
-
<input class='tcv_clip_caps tcv_axes0 tcv_check' type="checkbox" />
|
|
110
|
-
<span class="tcv_label">Use object color caps</span>
|
|
111
|
-
</span>
|
|
112
|
-
</div>
|
|
113
|
-
</div>
|
|
114
|
-
<div class="tcv_cad_material_container">
|
|
115
|
-
<div class="tcv_studio_row">
|
|
116
|
-
<span class="tcv_label">Ambient Light</span>
|
|
117
|
-
<div class="tcv_studio_slider_group">
|
|
118
|
-
<input type="range" min="0" max="20" value="1"
|
|
119
|
-
class="tcv_sld_value_ambientlight tcv_clip_slider">
|
|
120
|
-
<input value=1 class="tcv_inp_value_ambientlight tcv_clip_input"></input>
|
|
121
|
-
</div>
|
|
122
|
-
</div>
|
|
123
|
-
<div class="tcv_studio_row">
|
|
124
|
-
<span class="tcv_label">Direct Light</span>
|
|
125
|
-
<div class="tcv_studio_slider_group">
|
|
126
|
-
<input type="range" min="0" max="40" value="1"
|
|
127
|
-
class="tcv_sld_value_pointlight tcv_clip_slider">
|
|
128
|
-
<input value=1 class="tcv_inp_value_pointlight tcv_clip_input"></input>
|
|
129
|
-
</div>
|
|
130
|
-
</div>
|
|
131
|
-
<div class="tcv_studio_row">
|
|
132
|
-
<span class="tcv_label">Metalness</span>
|
|
133
|
-
<div class="tcv_studio_slider_group">
|
|
134
|
-
<input type="range" min="0" max="100" value="40"
|
|
135
|
-
class="tcv_sld_value_metalness tcv_clip_slider">
|
|
136
|
-
<input value=40 class="tcv_inp_value_metalness tcv_clip_input"></input>
|
|
137
|
-
</div>
|
|
138
|
-
</div>
|
|
139
|
-
<div class="tcv_studio_row">
|
|
140
|
-
<span class="tcv_label">Roughness</span>
|
|
141
|
-
<div class="tcv_studio_slider_group">
|
|
142
|
-
<input type="range" min="0" max="100" value="40"
|
|
143
|
-
class="tcv_sld_value_roughness tcv_clip_slider">
|
|
144
|
-
<input value=40 class="tcv_inp_value_roughness tcv_clip_input"></input>
|
|
145
|
-
</div>
|
|
146
|
-
</div>
|
|
147
|
-
<div class="tcv_material_info">
|
|
148
|
-
Control material for CAD view, values in %
|
|
149
|
-
</div>
|
|
150
|
-
</div>
|
|
151
|
-
<div class="tcv_cad_zebra_container">
|
|
152
|
-
<div class="tcv_studio_row">
|
|
153
|
-
<span class="tcv_label">Stripe Count</span>
|
|
154
|
-
<div class="tcv_studio_slider_group">
|
|
155
|
-
<input type="range" min="2" max="50" value="10"
|
|
156
|
-
class="tcv_sld_value_zebra_count tcv_clip_slider">
|
|
157
|
-
<input value=10 class="tcv_inp_value_zebra_count tcv_clip_input"></input>
|
|
158
|
-
</div>
|
|
159
|
-
</div>
|
|
160
|
-
<div class="tcv_studio_row">
|
|
161
|
-
<span class="tcv_label">Stripe Opacity</span>
|
|
162
|
-
<div class="tcv_studio_slider_group">
|
|
163
|
-
<input type="range" min="0.0" max="1.0" step="0.01" value="1.0"
|
|
164
|
-
class="tcv_sld_value_zebra_opacity tcv_clip_slider">
|
|
165
|
-
<input value=1.0 class="tcv_inp_value_zebra_opacity tcv_clip_input"></input>
|
|
166
|
-
</div>
|
|
167
|
-
</div>
|
|
168
|
-
<div class="tcv_studio_row">
|
|
169
|
-
<span class="tcv_label">Direction</span>
|
|
170
|
-
<div class="tcv_studio_slider_group">
|
|
171
|
-
<input type="range" min="0" max="90" step="0.5" value="0"
|
|
172
|
-
class="tcv_sld_value_zebra_direction tcv_clip_slider">
|
|
173
|
-
<input value=0 class="tcv_inp_value_zebra_direction tcv_clip_input"></input>
|
|
174
|
-
</div>
|
|
175
|
-
</div>
|
|
176
|
-
<div class="tcv_zebra_radio">
|
|
177
|
-
<div>
|
|
178
|
-
<span class="tcv_tooltip" data-tooltip="Select stripe color scheme">
|
|
179
|
-
<input class='tcv_zebra_colorscheme tcv_radio tcv_zebra_color1' type="radio" id="zebra_blackwhite" name="zebra_color_group" value="blackwhite" checked>
|
|
180
|
-
<label for="zebra_blackwhite" class="tcv_radio_label">B/W</label>
|
|
181
|
-
<input class='tcv_zebra_colorscheme tcv_radio tcv_zebra_color2' type="radio" id="zebra_grayscale" name="zebra_color_group" value="grayscale">
|
|
182
|
-
<label for="zebra_grayscale" class="tcv_radio_label">Gray</label>
|
|
183
|
-
<input class='tcv_zebra_colorscheme tcv_radio tcv_zebra_color3' type="radio" id="zebra_colorful" name="zebra_color_group" value="colorful">
|
|
184
|
-
<label for="zebra_colorful" class="tcv_radio_label">Colors</label>
|
|
185
|
-
</span>
|
|
186
|
-
|
|
187
|
-
</div>
|
|
188
|
-
</div>
|
|
189
|
-
<div class="tcv_zebra_radio">
|
|
190
|
-
<div>
|
|
191
|
-
<span class="tcv_tooltip" data-tooltip="Select stripe mapping">
|
|
192
|
-
<input class='tcv_zebra_mapping tcv_radio tcv_zebra_mapping1' type="radio" id="zebra_reflection" name="zebra_mapping_group" value="reflection" checked>
|
|
193
|
-
<label for="zebra_reflection" class="tcv_radio_label">Reflection</label>
|
|
194
|
-
<input class='tcv_zebra_mapping tcv_radio tcv_zebra_mapping2' type="radio" id="zebra_normal" name="zebra_mapping_group" value="normal">
|
|
195
|
-
<label for="zebra_normal" class="tcv_radio_label">Normal</label>
|
|
196
|
-
</span>
|
|
197
|
-
</div>
|
|
198
|
-
</div>
|
|
199
|
-
</div>
|
|
200
|
-
<div class="tcv_cad_studio_container">
|
|
201
|
-
<!-- Group 1: Environment -->
|
|
202
|
-
<div class="tcv_studio_row">
|
|
203
|
-
<span class="tcv_label" title="HDR environment map for lighting and reflections">Environment</span>
|
|
204
|
-
<select class="tcv_studio_environment tcv_studio_select">
|
|
205
|
-
<optgroup label="Studio">
|
|
206
|
-
<option value="studio">Procedural Studio</option>
|
|
207
|
-
<option value="studio_small_08" title="Poly Haven: studio_small_08.hdr (soft light, neutral, backlight)">Soft Light</option>
|
|
208
|
-
<option value="studio_small_03" title="Poly Haven: studio_small_03.hdr (high-contrast, softbox + ceiling lamp, crisp)">High Contrast Studio</option>
|
|
209
|
-
<option value="white_studio_05" title="Poly Haven: white_studio_05.hdr (white, product, bright, neutral lighting)">Bright Neutral</option>
|
|
210
|
-
<option value="white_studio_03" title="Poly Haven: white_studio_03.hdr (white, softbox, reflection, clean)">Clean Softbox</option>
|
|
211
|
-
<option value="photo_studio_01" title="Poly Haven: photo_studio_01.hdr (lighting setup, spotlights)">Spotlit Setup</option>
|
|
212
|
-
<option value="studio_small_09" title="Poly Haven: studio_small_09.hdr (product lighting, controlled, soft reflections)">Controlled Light</option>
|
|
213
|
-
<option value="cyclorama_hard_light" title="Poly Haven: cyclorama_hard_light.hdr (cyclorama, hard light, contrast)">Hard Contrast Light</option>
|
|
214
|
-
</optgroup>
|
|
215
|
-
<optgroup label="Outdoor">
|
|
216
|
-
<option value="canary_wharf" title="Poly Haven: canary_wharf.hdr (urban, city, overcast)">Urban Overcast</option>
|
|
217
|
-
<option value="kiara_1_dawn" title="Poly Haven: kiara_1_dawn.hdr (dawn, warm, nature, sunrise)">Outdoor Warm</option>
|
|
218
|
-
<option value="empty_warehouse_01" title="Poly Haven: empty_warehouse_01.hdr (warehouse, neutral, big space)">Neutral Industrial</option>
|
|
219
|
-
<option value="san_giuseppe_bridge" title="Poly Haven: san_giuseppe_bridge.hdr (bridge, outdoor, GPUOpen reference)">San Giuseppe Bridge</option>
|
|
220
|
-
</optgroup>
|
|
221
|
-
</select>
|
|
222
|
-
</div>
|
|
223
|
-
<div class="tcv_studio_checks tcv_studio_4k_row">
|
|
224
|
-
<input class='tcv_studio_4k_env_maps tcv_check' type="checkbox" title="Download 4K environment maps (sharper reflections, slower)" />
|
|
225
|
-
<span class="tcv_label" title="Download 4K environment maps (sharper reflections, slower)">Use 4K maps</span>
|
|
226
|
-
</div>
|
|
227
|
-
<div class="tcv_studio_row">
|
|
228
|
-
<span class="tcv_label" title="Brightness of the environment lighting">Env Intensity</span>
|
|
229
|
-
<div class="tcv_studio_slider_group">
|
|
230
|
-
<input type="range" min="0" max="300" step="1" value="100"
|
|
231
|
-
class="tcv_sld_value_studio_env_intensity tcv_clip_slider">
|
|
232
|
-
<input value=100 class="tcv_inp_value_studio_env_intensity tcv_clip_input"></input>
|
|
233
|
-
</div>
|
|
234
|
-
</div>
|
|
235
|
-
<div class="tcv_studio_row">
|
|
236
|
-
<span class="tcv_label" title="Rotate the environment map around the vertical axis">Env Rotation</span>
|
|
237
|
-
<div class="tcv_studio_slider_group">
|
|
238
|
-
<input type="range" min="0" max="360" step="1" value="0"
|
|
239
|
-
class="tcv_sld_value_studio_env_rotation tcv_clip_slider">
|
|
240
|
-
<input value=0 class="tcv_inp_value_studio_env_rotation tcv_clip_input"></input>
|
|
241
|
-
</div>
|
|
242
|
-
</div>
|
|
243
|
-
|
|
244
|
-
<div class="tcv_studio_group_spacer"></div>
|
|
245
|
-
|
|
246
|
-
<!-- Group 2: Appearance -->
|
|
247
|
-
<div class="tcv_studio_row">
|
|
248
|
-
<span class="tcv_label" title="Scene background style">Background</span>
|
|
249
|
-
<select class="tcv_studio_background tcv_studio_select">
|
|
250
|
-
<option value="environment">Environment</option>
|
|
251
|
-
<option value="transparent">Transparent</option>
|
|
252
|
-
<option value="gradient">Gradient Grey</option>
|
|
253
|
-
<option value="gradient-dark">Gradient Dark Grey</option>
|
|
254
|
-
<option value="white">Solid White</option>
|
|
255
|
-
<option value="grey">Solid Grey</option>
|
|
256
|
-
<option value="darkgrey">Solid Dark Grey</option>
|
|
257
|
-
</select>
|
|
258
|
-
</div>
|
|
259
|
-
<div class="tcv_studio_row">
|
|
260
|
-
<span class="tcv_label" title="Tone mapping algorithm for HDR to display conversion">Tone Mapping</span>
|
|
261
|
-
<select class="tcv_studio_tone_mapping tcv_studio_select">
|
|
262
|
-
<option value="neutral">PBR Neutral</option>
|
|
263
|
-
<option value="ACES">ACES Filmic</option>
|
|
264
|
-
<option value="none">Linear (none)</option>
|
|
265
|
-
</select>
|
|
266
|
-
</div>
|
|
267
|
-
<div class="tcv_studio_row">
|
|
268
|
-
<span class="tcv_label" title="Overall brightness of the rendered image">Exposure</span>
|
|
269
|
-
<div class="tcv_studio_slider_group">
|
|
270
|
-
<input type="range" min="0" max="300" step="1" value="100"
|
|
271
|
-
class="tcv_sld_value_studio_exposure tcv_clip_slider">
|
|
272
|
-
<input value=100 class="tcv_inp_value_studio_exposure tcv_clip_input"></input>
|
|
273
|
-
</div>
|
|
274
|
-
</div>
|
|
275
|
-
|
|
276
|
-
<div class="tcv_studio_group_spacer"></div>
|
|
277
|
-
|
|
278
|
-
<!-- Group 3: Shadows & AO -->
|
|
279
|
-
<div class="tcv_studio_row">
|
|
280
|
-
<span class="tcv_label" title="Darkness of directional shadows on the floor and between objects">Shadow Intensity</span>
|
|
281
|
-
<div class="tcv_studio_slider_group">
|
|
282
|
-
<input type="range" min="0" max="100" step="1" value="50"
|
|
283
|
-
class="tcv_sld_value_studio_shadow_intensity tcv_clip_slider">
|
|
284
|
-
<input value=50 class="tcv_inp_value_studio_shadow_intensity tcv_clip_input"></input>
|
|
285
|
-
</div>
|
|
286
|
-
</div>
|
|
287
|
-
<div class="tcv_studio_row">
|
|
288
|
-
<span class="tcv_label" title="Blur amount for shadow edges (sharp to soft)">Shadow Softness</span>
|
|
289
|
-
<div class="tcv_studio_slider_group">
|
|
290
|
-
<input type="range" min="0" max="100" step="1" value="20"
|
|
291
|
-
class="tcv_sld_value_studio_shadow_softness tcv_clip_slider">
|
|
292
|
-
<input value=20 class="tcv_inp_value_studio_shadow_softness tcv_clip_input"></input>
|
|
293
|
-
</div>
|
|
294
|
-
</div>
|
|
295
|
-
<div class="tcv_studio_row">
|
|
296
|
-
<span class="tcv_label" title="Screen-space ambient occlusion — darkens crevices and contact areas">AO Intensity</span>
|
|
297
|
-
<div class="tcv_studio_slider_group">
|
|
298
|
-
<input type="range" min="0" max="30" value="5"
|
|
299
|
-
class="tcv_sld_value_studio_ao_intensity tcv_clip_slider">
|
|
300
|
-
<input value=5 class="tcv_inp_value_studio_ao_intensity tcv_clip_input"></input>
|
|
301
|
-
</div>
|
|
302
|
-
</div>
|
|
303
|
-
|
|
304
|
-
<div class="tcv_studio_group_spacer"></div>
|
|
305
|
-
|
|
306
|
-
<!-- Group 4: Textures -->
|
|
307
|
-
<div class="tcv_studio_row">
|
|
308
|
-
<span class="tcv_label" title="How textures are projected onto surfaces without UV coordinates">Texture Mapping</span>
|
|
309
|
-
<select class="tcv_studio_texture_mapping tcv_studio_select">
|
|
310
|
-
<option value="triplanar">Triplanar</option>
|
|
311
|
-
<option value="parametric">Parametric UV</option>
|
|
312
|
-
</select>
|
|
313
|
-
</div>
|
|
314
|
-
</div>
|
|
315
|
-
</div>
|
|
316
|
-
</div>
|
|
317
|
-
<div class="tcv_cad_info_wrapper">
|
|
318
|
-
<div class="tcv_toggle_info_wrapper">
|
|
319
|
-
<!-- <span class="tooltip" data-tooltip="Open/close info box"> -->
|
|
320
|
-
<!-- <input class='tcv_toggle_info tcv_btn tcv_small_info_btn' value="<" type="button" /> -->
|
|
321
|
-
<span class='tcv_toggle_info'></span><span class="tcv_info_label">Info</span>
|
|
322
|
-
<!-- </span> -->
|
|
323
|
-
</div>
|
|
324
|
-
<div class="tcv_cad_info tcv_round">
|
|
325
|
-
<div class="tcv_box_content tcv_mac-scrollbar tcv_scroller">
|
|
326
|
-
<div class="tcv_cad_info_container"></div>
|
|
327
|
-
</div>
|
|
328
|
-
</div>
|
|
329
|
-
</div>
|
|
330
|
-
</div>
|
|
331
|
-
|
|
332
|
-
<div class="tcv_cad_view">
|
|
333
|
-
<div class="tcv_warning_banner" style="display: none;"></div>
|
|
334
|
-
<div class="tcv_distance_measurement_panel tcv_panel tcv_round">
|
|
335
|
-
<div class="tcv_measure_header">Distance</div>
|
|
336
|
-
</div>
|
|
337
|
-
|
|
338
|
-
<div class="tcv_mat_editor tcv_round" style="display: none;">
|
|
339
|
-
<div class="tcv_mat_editor_titlebar">
|
|
340
|
-
<span class="tcv_mat_editor_title">Material Editor</span>
|
|
341
|
-
<span class="tcv_mat_editor_titlebar_btns">
|
|
342
|
-
<input class="tcv_mat_editor_reset tcv_btn tcv_small_btn" value="R" type="button" title="Reset to original material" />
|
|
343
|
-
<input class="tcv_mat_editor_close tcv_btn tcv_small_btn" value="X" type="button" title="Close" />
|
|
344
|
-
</span>
|
|
345
|
-
</div>
|
|
346
|
-
<div class="tcv_mat_editor_path"></div>
|
|
347
|
-
<div class="tcv_mat_editor_content tcv_mac-scrollbar tcv_scroller"></div>
|
|
348
|
-
</div>
|
|
349
|
-
|
|
350
|
-
<div class="tcv_properties_measurement_panel tcv_panel tcv_round">
|
|
351
|
-
<div class="tcv_measure_header">Properties</div>
|
|
352
|
-
<div class="tcv_measure_subheader">Shape</div>
|
|
353
|
-
</div>
|
|
354
|
-
|
|
355
|
-
<div class="tcv_cad_animation tcv_round">
|
|
356
|
-
<span class="tcv_animation_label">E</span>
|
|
357
|
-
<span><input type="range" min="0" max="1000" value="0"
|
|
358
|
-
class="tcv_animation_slider tcv_clip_slider"></span>
|
|
359
|
-
<span class="tcv_tooltip" data-tooltip="Play animation"><input class='tcv_play tcv_btn'
|
|
360
|
-
type="button" /></span>
|
|
361
|
-
<span class="tcv_tooltip" data-tooltip="Pause animation"><input class='tcv_pause tcv_btn'
|
|
362
|
-
type="button" /></span>
|
|
363
|
-
<span class="tcv_tooltip" data-tooltip="Stop and reset animation"><input class='tcv_stop tcv_btn'
|
|
364
|
-
type="button" /></span>
|
|
365
|
-
</div>
|
|
366
|
-
|
|
367
|
-
<div class="tcv_cad_zscale tcv_round">
|
|
368
|
-
<span class="tcv_animation_label">Z</span>
|
|
369
|
-
<span><input type="range" min="1" max="32" value="0"
|
|
370
|
-
class="tcv_zscale_slider tcv_clip_slider"></span>
|
|
371
|
-
</div>
|
|
372
|
-
|
|
373
|
-
<div class="tcv_cad_help tcv_round">
|
|
374
|
-
<table class="tcv_cad_help_layout">
|
|
375
|
-
<tr>
|
|
376
|
-
<td></td>
|
|
377
|
-
<td><b>Mouse Navigation</b></td>
|
|
378
|
-
</tr>
|
|
379
|
-
<tr>
|
|
380
|
-
<td>Rotate</td>
|
|
381
|
-
<td><left mouse button></td>
|
|
382
|
-
</tr>
|
|
383
|
-
<tr>
|
|
384
|
-
<td>Rotate up / down</td>
|
|
385
|
-
<td><{{ctrl}}> + <left mouse button></td>
|
|
386
|
-
</tr>
|
|
387
|
-
<tr>
|
|
388
|
-
<td>Rotate left / right</td>
|
|
389
|
-
<td><{{meta}}> + <left mouse button></td>
|
|
390
|
-
</tr>
|
|
391
|
-
<tr>
|
|
392
|
-
<td>Pan</td>
|
|
393
|
-
<td><{{shift}}> + <left mouse button> or <right mouse button></td>
|
|
394
|
-
</tr>
|
|
395
|
-
<tr>
|
|
396
|
-
<td>Zoom</td>
|
|
397
|
-
<td><mouse wheel> or <middle mouse button></td>
|
|
398
|
-
</tr>
|
|
399
|
-
|
|
400
|
-
<tr>
|
|
401
|
-
<td></td>
|
|
402
|
-
<td><b>Mouse Selection</b></td>
|
|
403
|
-
</tr>
|
|
404
|
-
<tr>
|
|
405
|
-
<td>Pick element</td>
|
|
406
|
-
<td><left mouse button> double click</td>
|
|
407
|
-
</tr>
|
|
408
|
-
<tr>
|
|
409
|
-
<td></td>
|
|
410
|
-
<td>Click on navigation tree label</td>
|
|
411
|
-
</tr>
|
|
412
|
-
<tr>
|
|
413
|
-
<td></td>
|
|
414
|
-
<td>(Shows axis-aligned bounding box, AABB)</td>
|
|
415
|
-
</tr>
|
|
416
|
-
<tr>
|
|
417
|
-
<td>Isolate element</td>
|
|
418
|
-
<td><{{shift}}> + <left mouse button> double click</td>
|
|
419
|
-
</tr>
|
|
420
|
-
<tr>
|
|
421
|
-
<td></td>
|
|
422
|
-
<td><{{shift}}> + click on navigation tree label (nested)</td>
|
|
423
|
-
</tr>
|
|
424
|
-
<tr>
|
|
425
|
-
<td>Hide element</td>
|
|
426
|
-
<td><{{meta}}> + <left mouse button> double click object</td>
|
|
427
|
-
</tr>
|
|
428
|
-
<tr>
|
|
429
|
-
<td></td>
|
|
430
|
-
<td><{{meta}}> + <left mouse button> click tree label (nested)</td>
|
|
431
|
-
</tr>
|
|
432
|
-
<tr>
|
|
433
|
-
<td>Hide other elements</td>
|
|
434
|
-
<td><{{shift}}> + <{{meta}}> + <left mouse button> click tree label (nested)</td>
|
|
435
|
-
</tr>
|
|
436
|
-
<tr>
|
|
437
|
-
<td>Set camera target</td>
|
|
438
|
-
<td><{{shift}}> + <{{meta}}> + <left mouse button> double click</td>
|
|
439
|
-
</tr>
|
|
440
|
-
<tr>
|
|
441
|
-
<td></td>
|
|
442
|
-
<td><b>CAD Object Tree</b></td>
|
|
443
|
-
</tr>
|
|
444
|
-
<tr>
|
|
445
|
-
<td>Collapse single leafs</td>
|
|
446
|
-
<td>Button '1' (all nodes with one leaf only)</td>
|
|
447
|
-
</tr>
|
|
448
|
-
<tr>
|
|
449
|
-
<td>Expand root only</td>
|
|
450
|
-
<td>Button 'R'</td>
|
|
451
|
-
</tr>
|
|
452
|
-
<tr>
|
|
453
|
-
<td>Collapse all nodes</td>
|
|
454
|
-
<td>Button 'C'</td>
|
|
455
|
-
</tr>
|
|
456
|
-
<tr>
|
|
457
|
-
<td>Expand all nodes</td>
|
|
458
|
-
<td>Button 'E'</td>
|
|
459
|
-
</tr>
|
|
460
|
-
<tr>
|
|
461
|
-
<td></td>
|
|
462
|
-
<td><b>Measure Mode</b></td>
|
|
463
|
-
</tr>
|
|
464
|
-
<tr>
|
|
465
|
-
<td>Select 1. (and 2.) object</td>
|
|
466
|
-
<td><left mouse button></td>
|
|
467
|
-
</tr>
|
|
468
|
-
<tr>
|
|
469
|
-
<td>Use center instead of min distance</td>
|
|
470
|
-
<td><{{shift}}> + <left mouse button> for the second selection</td>
|
|
471
|
-
</tr>
|
|
472
|
-
<tr>
|
|
473
|
-
<td>Filter object types</td>
|
|
474
|
-
<td>Type menu or <n>one, <s>olid, <f>ace, <e>dge , <v>ertices</td>
|
|
475
|
-
</tr>
|
|
476
|
-
<tr>
|
|
477
|
-
<td>Unselect last object</td>
|
|
478
|
-
<td><right mouse button></td>
|
|
479
|
-
</tr>
|
|
480
|
-
<tr>
|
|
481
|
-
<td>Unselect all objects</td>
|
|
482
|
-
<td><ESC></td>
|
|
483
|
-
</tr>
|
|
484
|
-
</table>
|
|
485
|
-
</div>
|
|
486
|
-
<div class="tcv_filter_menu">
|
|
487
|
-
<div class="tcv_drop_down tcv_shape_filter">
|
|
488
|
-
<span class="tcv_round tcv_filter_content"><span class="tcv_filter_value">None</span>
|
|
489
|
-
<span class="tcv_filter_icon">⏶
|
|
490
|
-
</span></span>
|
|
491
|
-
<div class="tcv_filter_dropdown tcv_round">
|
|
492
|
-
<div class="tcv_filter_dropdown_value tvc_filter_none">None</div>
|
|
493
|
-
<div class="tcv_filter_dropdown_value tvc_filter_vertex">Vertex</div>
|
|
494
|
-
<div class="tcv_filter_dropdown_value tvc_filter_edge">Edge</div>
|
|
495
|
-
<div class="tcv_filter_dropdown_value tvc_filter_face">Face</div>
|
|
496
|
-
<div class="tcv_filter_dropdown_value tvc_filter_solid">Solid</div>
|
|
497
|
-
</div>
|
|
498
|
-
</div>
|
|
499
|
-
</div>
|
|
500
|
-
</div>
|
|
501
|
-
</div>
|
|
502
|
-
<div class="tcv_tick_size">
|
|
503
|
-
⊢⊣<span class="tcv_tick_size_value">0</span>
|
|
504
|
-
</div>
|
|
505
|
-
</div>
|