Commit 8e1565e
Alexei_D
Major improvements.
Major improvements.
Shader upgrade.
Common infrastructure addition.
Surface module functionality fixed after refactoring.1 parent 17df181 commit 8e1565eCopy full SHA for 8e1565e
File tree
Expand file treeCollapse file tree
27 files changed
+281
-270
lines changedOpen diff view settings
Filter options
- js
- common
- interactivitySystem
- orientationWidget
- transferFunctionControl
- ui
- utility
- surface
- core
- tabs
- volume
- core
- render_types
- shaders
- tabs
- workers
Expand file treeCollapse file tree
27 files changed
+281
-270
lines changedOpen diff view settings
Collapse file
js/common/interactivitySystem/CameraHelper.js
Copy file name to clipboardExpand all lines: js/common/interactivitySystem/CameraHelper.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
239 | 239 | |
240 | 240 | |
241 | 241 | |
242 | | - |
| 242 | + |
243 | 243 | |
244 | 244 | |
245 | 245 | |
| ||
251 | 251 | |
252 | 252 | |
253 | 253 | |
254 | | - |
| 254 | + |
255 | 255 | |
256 | 256 | |
257 | 257 | |
|
Collapse file
js/common/orientationWidget/orientationWidget.css
Copy file name to clipboardExpand all lines: js/common/orientationWidget/orientationWidget.css+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
| 2 | + |
2 | 3 | |
3 | 4 | |
4 | 5 | |
|
Collapse file
js/common/transferFunctionControl/TransferFunctionControl.js
Copy file name to clipboardExpand all lines: js/common/transferFunctionControl/TransferFunctionControl.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
67 | 67 | |
68 | 68 | |
69 | 69 | |
70 | | - |
| 70 | + |
71 | 71 | |
72 | 72 | |
73 | 73 | |
|
Collapse file
js/common/ui/MapSelectorBase.js
Copy file name to clipboardExpand all lines: js/common/ui/MapSelectorBase.js+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
| 31 | + |
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
| 39 | + |
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | | - |
| 43 | + |
44 | 44 | |
45 | 45 | |
46 | 46 | |
|
Collapse file
js/common/ui/Scene3DBase.js
Copy file name to clipboardExpand all lines: js/common/ui/Scene3DBase.js+5-28Lines changed: 5 additions & 28 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
| 23 | + |
29 | 24 | |
30 | 25 | |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | 26 | |
36 | | - |
37 | | - |
38 | | - |
39 | | - |
40 | | - |
41 | | - |
42 | | - |
43 | | - |
44 | | - |
| 27 | + |
| 28 | + |
| 29 | + |
45 | 30 | |
46 | 31 | |
47 | 32 | |
48 | 33 | |
49 | 34 | |
50 | | - |
51 | | - |
52 | | - |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
57 | 35 | |
58 | 36 | |
59 | 37 | |
60 | 38 | |
61 | 39 | |
62 | 40 | |
63 | 41 | |
64 | | - |
| 42 | + |
65 | 43 | |
66 | | - |
67 | 44 | |
68 | 45 | |
69 | 46 | |
|
Collapse file
js/common/ui/SpotsControllerBase.js
Copy file name to clipboardExpand all lines: js/common/ui/SpotsControllerBase.js+10-6Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
| 37 | + |
| 38 | + |
38 | 39 | |
39 | 40 | |
40 | 41 | |
| ||
147 | 148 | |
148 | 149 | |
149 | 150 | |
150 | | - |
| 151 | + |
151 | 152 | |
152 | 153 | |
153 | 154 | |
| ||
168 | 169 | |
169 | 170 | |
170 | 171 | |
171 | | - |
172 | | - |
| 172 | + |
| 173 | + |
| 174 | + |
173 | 175 | |
174 | 176 | |
175 | 177 | |
| ||
245 | 247 | |
246 | 248 | |
247 | 249 | |
| 250 | + |
248 | 251 | |
249 | 252 | |
250 | 253 | |
| ||
291 | 294 | |
292 | 295 | |
293 | 296 | |
294 | | - |
295 | | - |
| 297 | + |
| 298 | + |
| 299 | + |
296 | 300 | |
297 | 301 | |
298 | 302 | |
|
Collapse file
js/common/ui/TabControllerBase.js
Copy file name to clipboardExpand all lines: js/common/ui/TabControllerBase.js+28-2Lines changed: 28 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
| 6 | + |
| 7 | + |
7 | 8 | |
8 | | - |
| 9 | + |
9 | 10 | |
10 | 11 | |
11 | 12 | |
| ||
93 | 94 | |
94 | 95 | |
95 | 96 | |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
96 | 122 | |
97 | 123 | |
98 | 124 | |
|
Collapse file
+14-5Lines changed: 14 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
80 | 80 | |
81 | 81 | |
82 | 82 | |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
83 | 96 | |
84 | 97 | |
85 | 98 | |
| ||
164 | 177 | |
165 | 178 | |
166 | 179 | |
167 | | - |
168 | | - |
169 | | - |
170 | | - |
171 | | - |
| 180 | + |
172 | 181 | |
173 | 182 | |
174 | 183 | |
|
Collapse file
js/common/ui/ViewContainerBase.js
Copy file name to clipboardExpand all lines: js/common/ui/ViewContainerBase.js+27-3Lines changed: 27 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
4 | | - |
| 3 | + |
| 4 | + |
5 | 5 | |
6 | 6 | |
7 | 7 | |
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
| 13 | + |
| 14 | + |
| 15 | + |
13 | 16 | |
14 | 17 | |
15 | 18 | |
| ||
30 | 33 | |
31 | 34 | |
32 | 35 | |
33 | | - |
| 36 | + |
34 | 37 | |
35 | 38 | |
36 | 39 | |
| ||
120 | 123 | |
121 | 124 | |
122 | 125 | |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
123 | 147 | |
124 | 148 | |
125 | 149 | |
|
Collapse file
js/common/ui/ViewGroup3DBase.js
Copy file name to clipboardExpand all lines: js/common/ui/ViewGroup3DBase.js+10-17Lines changed: 10 additions & 17 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
| 20 | + |
21 | 21 | |
22 | 22 | |
23 | 23 | |
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
30 | 35 | |
31 | | - |
| 36 | + |
32 | 37 | |
33 | | - |
| 38 | + |
34 | 39 | |
35 | | - |
36 | 40 | |
37 | 41 | |
38 | 42 | |
| ||
54 | 58 | |
55 | 59 | |
56 | 60 | |
57 | | - |
58 | | - |
59 | | - |
60 | | - |
61 | | - |
62 | | - |
63 | 61 | |
64 | 62 | |
65 | 63 | |
| ||
72 | 70 | |
73 | 71 | |
74 | 72 | |
75 | | - |
| 73 | + |
76 | 74 | |
77 | 75 | |
78 | | - |
79 | | - |
80 | | - |
81 | | - |
82 | | - |
83 | | - |
| 76 | + |
84 | 77 | |
85 | 78 | |
86 | 79 | |
|
0 commit comments