@shapediver/viewer.shared.node-tree 3.16.8 → 3.16.10
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/implementation/AbstractTreeNodeData.d.ts +33 -33
- package/dist/implementation/AbstractTreeNodeData.js +81 -81
- package/dist/implementation/AbstractTreeNodeData.js.map +1 -1
- package/dist/implementation/Tree.d.ts +13 -13
- package/dist/implementation/Tree.js +115 -115
- package/dist/implementation/Tree.js.map +1 -1
- package/dist/implementation/TreeNode.d.ts +78 -78
- package/dist/implementation/TreeNode.js +432 -432
- package/dist/implementation/TreeNode.js.map +1 -1
- package/dist/implementation/data/AnimationData.d.ts +32 -32
- package/dist/implementation/data/AnimationData.js +290 -290
- package/dist/implementation/data/AnimationData.js.map +1 -1
- package/dist/implementation/data/ChunkData.d.ts +14 -14
- package/dist/implementation/data/ChunkData.js +46 -46
- package/dist/implementation/data/ChunkData.js.map +1 -1
- package/dist/implementation/data/CustomData.d.ts +24 -24
- package/dist/implementation/data/CustomData.js +50 -50
- package/dist/implementation/data/GeometryData.d.ts +100 -100
- package/dist/implementation/data/GeometryData.js +326 -326
- package/dist/implementation/data/GeometryData.js.map +1 -1
- package/dist/implementation/data/HTMLElementAnchorData.d.ts +102 -102
- package/dist/implementation/data/HTMLElementAnchorData.js +273 -273
- package/dist/implementation/data/HTMLElementAnchorData.js.map +1 -1
- package/dist/implementation/data/InstanceData.d.ts +21 -21
- package/dist/implementation/data/InstanceData.js +58 -58
- package/dist/implementation/material/AbstractMaterialData.d.ts +68 -68
- package/dist/implementation/material/AbstractMaterialData.js +224 -224
- package/dist/implementation/material/MapData.d.ts +53 -53
- package/dist/implementation/material/MapData.js +190 -190
- package/dist/implementation/material/MaterialBasicLineData.d.ts +14 -14
- package/dist/implementation/material/MaterialBasicLineData.js +90 -90
- package/dist/implementation/material/MaterialGemData.d.ts +46 -46
- package/dist/implementation/material/MaterialGemData.js +288 -288
- package/dist/implementation/material/MaterialLambertData.d.ts +21 -21
- package/dist/implementation/material/MaterialLambertData.js +146 -146
- package/dist/implementation/material/MaterialMultiPointData.d.ts +99 -99
- package/dist/implementation/material/MaterialMultiPointData.js +650 -650
- package/dist/implementation/material/MaterialPhongData.d.ts +25 -25
- package/dist/implementation/material/MaterialPhongData.js +170 -170
- package/dist/implementation/material/MaterialPointData.d.ts +19 -19
- package/dist/implementation/material/MaterialPointData.js +131 -131
- package/dist/implementation/material/MaterialShadowData.d.ts +14 -14
- package/dist/implementation/material/MaterialShadowData.js +35 -35
- package/dist/implementation/material/MaterialSpecularGlossinessData.d.ts +27 -27
- package/dist/implementation/material/MaterialSpecularGlossinessData.js +179 -179
- package/dist/implementation/material/MaterialStandardData.d.ts +75 -75
- package/dist/implementation/material/MaterialStandardData.js +467 -467
- package/dist/implementation/material/MaterialUnlitData.d.ts +17 -17
- package/dist/implementation/material/MaterialUnlitData.js +119 -119
- package/dist/implementation/material/MaterialVariantsData.d.ts +15 -15
- package/dist/implementation/material/MaterialVariantsData.js +61 -61
- package/dist/implementation/material/MaterialVariantsData.js.map +1 -1
- package/dist/implementation/sdtf/SDTFAttributesData.d.ts +22 -22
- package/dist/implementation/sdtf/SDTFAttributesData.js +99 -99
- package/dist/implementation/sdtf/SDTFAttributesData.js.map +1 -1
- package/dist/implementation/sdtf/SDTFItemData.d.ts +18 -18
- package/dist/implementation/sdtf/SDTFItemData.js +59 -59
- package/dist/implementation/sdtf/SDTFItemData.js.map +1 -1
- package/dist/implementation/sdtf/SDTFOverviewData.d.ts +12 -12
- package/dist/implementation/sdtf/SDTFOverviewData.js +106 -106
- package/dist/implementation/sdtf/SDTFOverviewData.js.map +1 -1
- package/dist/index.d.ts +35 -35
- package/dist/index.js +59 -59
- package/package.json +6 -6
|
@@ -1,651 +1,651 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
3
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
4
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
5
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
6
|
-
};
|
|
7
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
8
|
-
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
9
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
10
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
11
|
-
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
12
|
-
};
|
|
13
|
-
var _MaterialMultiPointData_alphaMap_0, _MaterialMultiPointData_alphaMap_1, _MaterialMultiPointData_alphaMap_2, _MaterialMultiPointData_alphaMap_3, _MaterialMultiPointData_alphaMap_4, _MaterialMultiPointData_alphaMap_5, _MaterialMultiPointData_alphaMap_6, _MaterialMultiPointData_alphaMap_7, _MaterialMultiPointData_color_0, _MaterialMultiPointData_color_1, _MaterialMultiPointData_color_2, _MaterialMultiPointData_color_3, _MaterialMultiPointData_color_4, _MaterialMultiPointData_color_5, _MaterialMultiPointData_color_6, _MaterialMultiPointData_color_7, _MaterialMultiPointData_map_0, _MaterialMultiPointData_map_1, _MaterialMultiPointData_map_2, _MaterialMultiPointData_map_3, _MaterialMultiPointData_map_4, _MaterialMultiPointData_map_5, _MaterialMultiPointData_map_6, _MaterialMultiPointData_map_7, _MaterialMultiPointData_materialIndexDataMap, _MaterialMultiPointData_materialIndexDataMapSize, _MaterialMultiPointData_sizeAttenuation_0, _MaterialMultiPointData_sizeAttenuation_1, _MaterialMultiPointData_sizeAttenuation_2, _MaterialMultiPointData_sizeAttenuation_3, _MaterialMultiPointData_sizeAttenuation_4, _MaterialMultiPointData_sizeAttenuation_5, _MaterialMultiPointData_sizeAttenuation_6, _MaterialMultiPointData_sizeAttenuation_7, _MaterialMultiPointData_size_0, _MaterialMultiPointData_size_1, _MaterialMultiPointData_size_2, _MaterialMultiPointData_size_3, _MaterialMultiPointData_size_4, _MaterialMultiPointData_size_5, _MaterialMultiPointData_size_6, _MaterialMultiPointData_size_7;
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.MaterialMultiPointData = void 0;
|
|
16
|
-
const viewer_shared_types_1 = require("@shapediver/viewer.shared.types");
|
|
17
|
-
const AbstractMaterialData_1 = require("./AbstractMaterialData");
|
|
18
|
-
class MaterialMultiPointData extends AbstractMaterialData_1.AbstractMaterialData {
|
|
19
|
-
// #endregion Properties (20)
|
|
20
|
-
// #region Constructors (1)
|
|
21
|
-
/**
|
|
22
|
-
* Creates a material data object.
|
|
23
|
-
*
|
|
24
|
-
* @param _attributes the attributes of the material
|
|
25
|
-
* @param id the id
|
|
26
|
-
*/
|
|
27
|
-
constructor(properties, id, version) {
|
|
28
|
-
super(properties, id, version);
|
|
29
|
-
// #region Properties (20)
|
|
30
|
-
_MaterialMultiPointData_alphaMap_0.set(this, undefined);
|
|
31
|
-
_MaterialMultiPointData_alphaMap_1.set(this, undefined);
|
|
32
|
-
_MaterialMultiPointData_alphaMap_2.set(this, undefined);
|
|
33
|
-
_MaterialMultiPointData_alphaMap_3.set(this, undefined);
|
|
34
|
-
_MaterialMultiPointData_alphaMap_4.set(this, undefined);
|
|
35
|
-
_MaterialMultiPointData_alphaMap_5.set(this, undefined);
|
|
36
|
-
_MaterialMultiPointData_alphaMap_6.set(this, undefined);
|
|
37
|
-
_MaterialMultiPointData_alphaMap_7.set(this, undefined);
|
|
38
|
-
_MaterialMultiPointData_color_0.set(this, "#ffffff");
|
|
39
|
-
_MaterialMultiPointData_color_1.set(this, "#ffffff");
|
|
40
|
-
_MaterialMultiPointData_color_2.set(this, "#ffffff");
|
|
41
|
-
_MaterialMultiPointData_color_3.set(this, "#ffffff");
|
|
42
|
-
_MaterialMultiPointData_color_4.set(this, "#ffffff");
|
|
43
|
-
_MaterialMultiPointData_color_5.set(this, "#ffffff");
|
|
44
|
-
_MaterialMultiPointData_color_6.set(this, "#ffffff");
|
|
45
|
-
_MaterialMultiPointData_color_7.set(this, "#ffffff");
|
|
46
|
-
_MaterialMultiPointData_map_0.set(this, undefined);
|
|
47
|
-
_MaterialMultiPointData_map_1.set(this, undefined);
|
|
48
|
-
_MaterialMultiPointData_map_2.set(this, undefined);
|
|
49
|
-
_MaterialMultiPointData_map_3.set(this, undefined);
|
|
50
|
-
_MaterialMultiPointData_map_4.set(this, undefined);
|
|
51
|
-
_MaterialMultiPointData_map_5.set(this, undefined);
|
|
52
|
-
_MaterialMultiPointData_map_6.set(this, undefined);
|
|
53
|
-
_MaterialMultiPointData_map_7.set(this, undefined);
|
|
54
|
-
_MaterialMultiPointData_materialIndexDataMap.set(this, undefined);
|
|
55
|
-
_MaterialMultiPointData_materialIndexDataMapSize.set(this, undefined);
|
|
56
|
-
_MaterialMultiPointData_sizeAttenuation_0.set(this, undefined);
|
|
57
|
-
_MaterialMultiPointData_sizeAttenuation_1.set(this, undefined);
|
|
58
|
-
_MaterialMultiPointData_sizeAttenuation_2.set(this, undefined);
|
|
59
|
-
_MaterialMultiPointData_sizeAttenuation_3.set(this, undefined);
|
|
60
|
-
_MaterialMultiPointData_sizeAttenuation_4.set(this, undefined);
|
|
61
|
-
_MaterialMultiPointData_sizeAttenuation_5.set(this, undefined);
|
|
62
|
-
_MaterialMultiPointData_sizeAttenuation_6.set(this, undefined);
|
|
63
|
-
_MaterialMultiPointData_sizeAttenuation_7.set(this, undefined);
|
|
64
|
-
_MaterialMultiPointData_size_0.set(this, undefined);
|
|
65
|
-
_MaterialMultiPointData_size_1.set(this, undefined);
|
|
66
|
-
_MaterialMultiPointData_size_2.set(this, undefined);
|
|
67
|
-
_MaterialMultiPointData_size_3.set(this, undefined);
|
|
68
|
-
_MaterialMultiPointData_size_4.set(this, undefined);
|
|
69
|
-
_MaterialMultiPointData_size_5.set(this, undefined);
|
|
70
|
-
_MaterialMultiPointData_size_6.set(this, undefined);
|
|
71
|
-
_MaterialMultiPointData_size_7.set(this, undefined);
|
|
72
|
-
if (!properties)
|
|
73
|
-
return;
|
|
74
|
-
if (properties.materialIndexDataMap !== undefined)
|
|
75
|
-
this.materialIndexDataMap = properties.materialIndexDataMap;
|
|
76
|
-
if (properties.materialIndexDataMapSize !== undefined)
|
|
77
|
-
this.materialIndexDataMapSize = properties.materialIndexDataMapSize;
|
|
78
|
-
if (properties.alphaMap_0 !== undefined)
|
|
79
|
-
this.alphaMap_0 = properties.alphaMap_0;
|
|
80
|
-
else if (properties.alphaMap !== undefined)
|
|
81
|
-
this.alphaMap_0 = properties.alphaMap;
|
|
82
|
-
if (properties.color_0 !== undefined)
|
|
83
|
-
this.color_0 = properties.color_0;
|
|
84
|
-
else if (properties.color !== undefined)
|
|
85
|
-
this.color_0 = properties.color;
|
|
86
|
-
if (properties.map_0 !== undefined)
|
|
87
|
-
this.map_0 = properties.map_0;
|
|
88
|
-
else if (properties.map !== undefined)
|
|
89
|
-
this.map_0 = properties.map;
|
|
90
|
-
if (properties.size_0 !== undefined)
|
|
91
|
-
this.size_0 = properties.size_0;
|
|
92
|
-
if (properties.sizeAttenuation_0 !== undefined)
|
|
93
|
-
this.sizeAttenuation_0 = properties.sizeAttenuation_0;
|
|
94
|
-
if (properties.alphaMap_1 !== undefined)
|
|
95
|
-
this.alphaMap_1 = properties.alphaMap_1;
|
|
96
|
-
else if (properties.alphaMap !== undefined)
|
|
97
|
-
this.alphaMap_1 = properties.alphaMap;
|
|
98
|
-
if (properties.color_1 !== undefined)
|
|
99
|
-
this.color_1 = properties.color_1;
|
|
100
|
-
else if (properties.color !== undefined)
|
|
101
|
-
this.color_1 = properties.color;
|
|
102
|
-
if (properties.map_1 !== undefined)
|
|
103
|
-
this.map_1 = properties.map_1;
|
|
104
|
-
else if (properties.map !== undefined)
|
|
105
|
-
this.map_1 = properties.map;
|
|
106
|
-
if (properties.size_1 !== undefined)
|
|
107
|
-
this.size_1 = properties.size_1;
|
|
108
|
-
if (properties.sizeAttenuation_1 !== undefined)
|
|
109
|
-
this.sizeAttenuation_1 = properties.sizeAttenuation_1;
|
|
110
|
-
if (properties.alphaMap_2 !== undefined)
|
|
111
|
-
this.alphaMap_2 = properties.alphaMap_2;
|
|
112
|
-
else if (properties.alphaMap !== undefined)
|
|
113
|
-
this.alphaMap_2 = properties.alphaMap;
|
|
114
|
-
if (properties.color_2 !== undefined)
|
|
115
|
-
this.color_2 = properties.color_2;
|
|
116
|
-
else if (properties.color !== undefined)
|
|
117
|
-
this.color_2 = properties.color;
|
|
118
|
-
if (properties.map_2 !== undefined)
|
|
119
|
-
this.map_2 = properties.map_2;
|
|
120
|
-
else if (properties.map !== undefined)
|
|
121
|
-
this.map_2 = properties.map;
|
|
122
|
-
if (properties.size_2 !== undefined)
|
|
123
|
-
this.size_2 = properties.size_2;
|
|
124
|
-
if (properties.sizeAttenuation_2 !== undefined)
|
|
125
|
-
this.sizeAttenuation_2 = properties.sizeAttenuation_2;
|
|
126
|
-
if (properties.alphaMap_3 !== undefined)
|
|
127
|
-
this.alphaMap_3 = properties.alphaMap_3;
|
|
128
|
-
else if (properties.alphaMap !== undefined)
|
|
129
|
-
this.alphaMap_3 = properties.alphaMap;
|
|
130
|
-
if (properties.color_3 !== undefined)
|
|
131
|
-
this.color_3 = properties.color_3;
|
|
132
|
-
else if (properties.color !== undefined)
|
|
133
|
-
this.color_3 = properties.color;
|
|
134
|
-
if (properties.map_3 !== undefined)
|
|
135
|
-
this.map_3 = properties.map_3;
|
|
136
|
-
else if (properties.map !== undefined)
|
|
137
|
-
this.map_3 = properties.map;
|
|
138
|
-
if (properties.size_3 !== undefined)
|
|
139
|
-
this.size_3 = properties.size_3;
|
|
140
|
-
if (properties.sizeAttenuation_3 !== undefined)
|
|
141
|
-
this.sizeAttenuation_3 = properties.sizeAttenuation_3;
|
|
142
|
-
if (properties.alphaMap_4 !== undefined)
|
|
143
|
-
this.alphaMap_4 = properties.alphaMap_4;
|
|
144
|
-
else if (properties.alphaMap !== undefined)
|
|
145
|
-
this.alphaMap_4 = properties.alphaMap;
|
|
146
|
-
if (properties.color_4 !== undefined)
|
|
147
|
-
this.color_4 = properties.color_4;
|
|
148
|
-
else if (properties.color !== undefined)
|
|
149
|
-
this.color_4 = properties.color;
|
|
150
|
-
if (properties.map_4 !== undefined)
|
|
151
|
-
this.map_4 = properties.map_4;
|
|
152
|
-
else if (properties.map !== undefined)
|
|
153
|
-
this.map_4 = properties.map;
|
|
154
|
-
if (properties.size_4 !== undefined)
|
|
155
|
-
this.size_4 = properties.size_4;
|
|
156
|
-
if (properties.sizeAttenuation_4 !== undefined)
|
|
157
|
-
this.sizeAttenuation_4 = properties.sizeAttenuation_4;
|
|
158
|
-
if (properties.alphaMap_5 !== undefined)
|
|
159
|
-
this.alphaMap_5 = properties.alphaMap_5;
|
|
160
|
-
else if (properties.alphaMap !== undefined)
|
|
161
|
-
this.alphaMap_5 = properties.alphaMap;
|
|
162
|
-
if (properties.color_5 !== undefined)
|
|
163
|
-
this.color_5 = properties.color_5;
|
|
164
|
-
else if (properties.color !== undefined)
|
|
165
|
-
this.color_5 = properties.color;
|
|
166
|
-
if (properties.map_5 !== undefined)
|
|
167
|
-
this.map_5 = properties.map_5;
|
|
168
|
-
else if (properties.map !== undefined)
|
|
169
|
-
this.map_5 = properties.map;
|
|
170
|
-
if (properties.size_5 !== undefined)
|
|
171
|
-
this.size_5 = properties.size_5;
|
|
172
|
-
if (properties.sizeAttenuation_5 !== undefined)
|
|
173
|
-
this.sizeAttenuation_5 = properties.sizeAttenuation_5;
|
|
174
|
-
if (properties.alphaMap_6 !== undefined)
|
|
175
|
-
this.alphaMap_6 = properties.alphaMap_6;
|
|
176
|
-
else if (properties.alphaMap !== undefined)
|
|
177
|
-
this.alphaMap_6 = properties.alphaMap;
|
|
178
|
-
if (properties.color_6 !== undefined)
|
|
179
|
-
this.color_6 = properties.color_6;
|
|
180
|
-
else if (properties.color !== undefined)
|
|
181
|
-
this.color_6 = properties.color;
|
|
182
|
-
if (properties.map_6 !== undefined)
|
|
183
|
-
this.map_6 = properties.map_6;
|
|
184
|
-
else if (properties.map !== undefined)
|
|
185
|
-
this.map_6 = properties.map;
|
|
186
|
-
if (properties.size_6 !== undefined)
|
|
187
|
-
this.size_6 = properties.size_6;
|
|
188
|
-
if (properties.sizeAttenuation_6 !== undefined)
|
|
189
|
-
this.sizeAttenuation_6 = properties.sizeAttenuation_6;
|
|
190
|
-
if (properties.alphaMap_7 !== undefined)
|
|
191
|
-
this.alphaMap_7 = properties.alphaMap_7;
|
|
192
|
-
else if (properties.alphaMap !== undefined)
|
|
193
|
-
this.alphaMap_7 = properties.alphaMap;
|
|
194
|
-
if (properties.color_7 !== undefined)
|
|
195
|
-
this.color_7 = properties.color_7;
|
|
196
|
-
else if (properties.color !== undefined)
|
|
197
|
-
this.color_7 = properties.color;
|
|
198
|
-
if (properties.map_7 !== undefined)
|
|
199
|
-
this.map_7 = properties.map_7;
|
|
200
|
-
else if (properties.map !== undefined)
|
|
201
|
-
this.map_7 = properties.map;
|
|
202
|
-
if (properties.size_7 !== undefined)
|
|
203
|
-
this.size_7 = properties.size_7;
|
|
204
|
-
if (properties.sizeAttenuation_7 !== undefined)
|
|
205
|
-
this.sizeAttenuation_7 = properties.sizeAttenuation_7;
|
|
206
|
-
}
|
|
207
|
-
// #endregion Constructors (1)
|
|
208
|
-
// #region Public Getters And Setters (40)
|
|
209
|
-
get alphaMap_0() {
|
|
210
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_0, "f");
|
|
211
|
-
}
|
|
212
|
-
set alphaMap_0(value) {
|
|
213
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_0, value, "f");
|
|
214
|
-
}
|
|
215
|
-
get alphaMap_1() {
|
|
216
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_1, "f");
|
|
217
|
-
}
|
|
218
|
-
set alphaMap_1(value) {
|
|
219
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_1, value, "f");
|
|
220
|
-
}
|
|
221
|
-
get alphaMap_2() {
|
|
222
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_2, "f");
|
|
223
|
-
}
|
|
224
|
-
set alphaMap_2(value) {
|
|
225
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_2, value, "f");
|
|
226
|
-
}
|
|
227
|
-
get color_0() {
|
|
228
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_0, "f");
|
|
229
|
-
}
|
|
230
|
-
set color_0(value) {
|
|
231
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_color_0, value, "f");
|
|
232
|
-
}
|
|
233
|
-
get color_1() {
|
|
234
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_1, "f");
|
|
235
|
-
}
|
|
236
|
-
set color_1(value) {
|
|
237
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_color_1, value, "f");
|
|
238
|
-
}
|
|
239
|
-
get color_2() {
|
|
240
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_2, "f");
|
|
241
|
-
}
|
|
242
|
-
set color_2(value) {
|
|
243
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_color_2, value, "f");
|
|
244
|
-
}
|
|
245
|
-
get map_0() {
|
|
246
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_0, "f");
|
|
247
|
-
}
|
|
248
|
-
set map_0(value) {
|
|
249
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_map_0, value, "f");
|
|
250
|
-
}
|
|
251
|
-
get map_1() {
|
|
252
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_1, "f");
|
|
253
|
-
}
|
|
254
|
-
set map_1(value) {
|
|
255
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_map_1, value, "f");
|
|
256
|
-
}
|
|
257
|
-
get map_2() {
|
|
258
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_2, "f");
|
|
259
|
-
}
|
|
260
|
-
set map_2(value) {
|
|
261
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_map_2, value, "f");
|
|
262
|
-
}
|
|
263
|
-
get materialIndexDataMap() {
|
|
264
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_materialIndexDataMap, "f");
|
|
265
|
-
}
|
|
266
|
-
set materialIndexDataMap(value) {
|
|
267
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_materialIndexDataMap, value, "f");
|
|
268
|
-
}
|
|
269
|
-
get materialIndexDataMapSize() {
|
|
270
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_materialIndexDataMapSize, "f");
|
|
271
|
-
}
|
|
272
|
-
set materialIndexDataMapSize(value) {
|
|
273
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_materialIndexDataMapSize, value, "f");
|
|
274
|
-
}
|
|
275
|
-
get sizeAttenuation_0() {
|
|
276
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_0, "f");
|
|
277
|
-
}
|
|
278
|
-
set sizeAttenuation_0(value) {
|
|
279
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_0, value, "f");
|
|
280
|
-
}
|
|
281
|
-
get sizeAttenuation_1() {
|
|
282
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_1, "f");
|
|
283
|
-
}
|
|
284
|
-
set sizeAttenuation_1(value) {
|
|
285
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_1, value, "f");
|
|
286
|
-
}
|
|
287
|
-
get sizeAttenuation_2() {
|
|
288
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_2, "f");
|
|
289
|
-
}
|
|
290
|
-
set sizeAttenuation_2(value) {
|
|
291
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_2, value, "f");
|
|
292
|
-
}
|
|
293
|
-
get size_0() {
|
|
294
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_0, "f");
|
|
295
|
-
}
|
|
296
|
-
set size_0(value) {
|
|
297
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_size_0, value, "f");
|
|
298
|
-
}
|
|
299
|
-
get size_1() {
|
|
300
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_1, "f");
|
|
301
|
-
}
|
|
302
|
-
set size_1(value) {
|
|
303
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_size_1, value, "f");
|
|
304
|
-
}
|
|
305
|
-
get size_2() {
|
|
306
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_2, "f");
|
|
307
|
-
}
|
|
308
|
-
set size_2(value) {
|
|
309
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_size_2, value, "f");
|
|
310
|
-
}
|
|
311
|
-
get alphaMap_3() {
|
|
312
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_3, "f");
|
|
313
|
-
}
|
|
314
|
-
set alphaMap_3(value) {
|
|
315
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_3, value, "f");
|
|
316
|
-
}
|
|
317
|
-
get color_3() {
|
|
318
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_3, "f");
|
|
319
|
-
}
|
|
320
|
-
set color_3(value) {
|
|
321
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_color_3, value, "f");
|
|
322
|
-
}
|
|
323
|
-
get map_3() {
|
|
324
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_3, "f");
|
|
325
|
-
}
|
|
326
|
-
set map_3(value) {
|
|
327
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_map_3, value, "f");
|
|
328
|
-
}
|
|
329
|
-
get size_3() {
|
|
330
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_3, "f");
|
|
331
|
-
}
|
|
332
|
-
set size_3(value) {
|
|
333
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_size_3, value, "f");
|
|
334
|
-
}
|
|
335
|
-
get sizeAttenuation_3() {
|
|
336
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_3, "f");
|
|
337
|
-
}
|
|
338
|
-
set sizeAttenuation_3(value) {
|
|
339
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_3, value, "f");
|
|
340
|
-
}
|
|
341
|
-
get alphaMap_4() {
|
|
342
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_4, "f");
|
|
343
|
-
}
|
|
344
|
-
set alphaMap_4(value) {
|
|
345
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_4, value, "f");
|
|
346
|
-
}
|
|
347
|
-
get color_4() {
|
|
348
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_4, "f");
|
|
349
|
-
}
|
|
350
|
-
set color_4(value) {
|
|
351
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_color_4, value, "f");
|
|
352
|
-
}
|
|
353
|
-
get map_4() {
|
|
354
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_4, "f");
|
|
355
|
-
}
|
|
356
|
-
set map_4(value) {
|
|
357
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_map_4, value, "f");
|
|
358
|
-
}
|
|
359
|
-
get size_4() {
|
|
360
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_4, "f");
|
|
361
|
-
}
|
|
362
|
-
set size_4(value) {
|
|
363
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_size_4, value, "f");
|
|
364
|
-
}
|
|
365
|
-
get sizeAttenuation_4() {
|
|
366
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_4, "f");
|
|
367
|
-
}
|
|
368
|
-
set sizeAttenuation_4(value) {
|
|
369
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_4, value, "f");
|
|
370
|
-
}
|
|
371
|
-
get alphaMap_5() {
|
|
372
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_5, "f");
|
|
373
|
-
}
|
|
374
|
-
set alphaMap_5(value) {
|
|
375
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_5, value, "f");
|
|
376
|
-
}
|
|
377
|
-
get color_5() {
|
|
378
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_5, "f");
|
|
379
|
-
}
|
|
380
|
-
set color_5(value) {
|
|
381
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_color_5, value, "f");
|
|
382
|
-
}
|
|
383
|
-
get map_5() {
|
|
384
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_5, "f");
|
|
385
|
-
}
|
|
386
|
-
set map_5(value) {
|
|
387
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_map_5, value, "f");
|
|
388
|
-
}
|
|
389
|
-
get size_5() {
|
|
390
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_5, "f");
|
|
391
|
-
}
|
|
392
|
-
set size_5(value) {
|
|
393
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_size_5, value, "f");
|
|
394
|
-
}
|
|
395
|
-
get sizeAttenuation_5() {
|
|
396
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_5, "f");
|
|
397
|
-
}
|
|
398
|
-
set sizeAttenuation_5(value) {
|
|
399
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_5, value, "f");
|
|
400
|
-
}
|
|
401
|
-
get alphaMap_6() {
|
|
402
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_6, "f");
|
|
403
|
-
}
|
|
404
|
-
set alphaMap_6(value) {
|
|
405
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_6, value, "f");
|
|
406
|
-
}
|
|
407
|
-
get color_6() {
|
|
408
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_6, "f");
|
|
409
|
-
}
|
|
410
|
-
set color_6(value) {
|
|
411
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_color_6, value, "f");
|
|
412
|
-
}
|
|
413
|
-
get map_6() {
|
|
414
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_6, "f");
|
|
415
|
-
}
|
|
416
|
-
set map_6(value) {
|
|
417
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_map_6, value, "f");
|
|
418
|
-
}
|
|
419
|
-
get size_6() {
|
|
420
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_6, "f");
|
|
421
|
-
}
|
|
422
|
-
set size_6(value) {
|
|
423
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_size_6, value, "f");
|
|
424
|
-
}
|
|
425
|
-
get sizeAttenuation_6() {
|
|
426
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_6, "f");
|
|
427
|
-
}
|
|
428
|
-
set sizeAttenuation_6(value) {
|
|
429
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_6, value, "f");
|
|
430
|
-
}
|
|
431
|
-
get alphaMap_7() {
|
|
432
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_7, "f");
|
|
433
|
-
}
|
|
434
|
-
set alphaMap_7(value) {
|
|
435
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_7, value, "f");
|
|
436
|
-
}
|
|
437
|
-
get color_7() {
|
|
438
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_7, "f");
|
|
439
|
-
}
|
|
440
|
-
set color_7(value) {
|
|
441
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_color_7, value, "f");
|
|
442
|
-
}
|
|
443
|
-
get map_7() {
|
|
444
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_7, "f");
|
|
445
|
-
}
|
|
446
|
-
set map_7(value) {
|
|
447
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_map_7, value, "f");
|
|
448
|
-
}
|
|
449
|
-
get size_7() {
|
|
450
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_7, "f");
|
|
451
|
-
}
|
|
452
|
-
set size_7(value) {
|
|
453
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_size_7, value, "f");
|
|
454
|
-
}
|
|
455
|
-
get sizeAttenuation_7() {
|
|
456
|
-
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_7, "f");
|
|
457
|
-
}
|
|
458
|
-
set sizeAttenuation_7(value) {
|
|
459
|
-
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_7, value, "f");
|
|
460
|
-
}
|
|
461
|
-
// #endregion Public Getters And Setters (40)
|
|
462
|
-
// #region Public Methods (3)
|
|
463
|
-
clone() {
|
|
464
|
-
return new MaterialMultiPointData({
|
|
465
|
-
alphaMode: this.alphaMode,
|
|
466
|
-
alphaCutoff: this.alphaCutoff,
|
|
467
|
-
aoMap: this.aoMap,
|
|
468
|
-
aoMapIntensity: this.aoMapIntensity,
|
|
469
|
-
bumpMap: this.bumpMap,
|
|
470
|
-
bumpScale: this.bumpScale,
|
|
471
|
-
depthTest: this.depthTest,
|
|
472
|
-
depthWrite: this.depthWrite,
|
|
473
|
-
emissiveMap: this.emissiveMap,
|
|
474
|
-
emissiveness: this.emissiveness,
|
|
475
|
-
shading: this.shading,
|
|
476
|
-
name: this.name,
|
|
477
|
-
normalMap: this.normalMap,
|
|
478
|
-
normalScale: this.normalScale,
|
|
479
|
-
opacity: this.opacity,
|
|
480
|
-
side: this.side,
|
|
481
|
-
transparent: this.transparent,
|
|
482
|
-
alphaMap_0: this.alphaMap_0,
|
|
483
|
-
alphaMap_1: this.alphaMap_1,
|
|
484
|
-
alphaMap_2: this.alphaMap_2,
|
|
485
|
-
alphaMap_3: this.alphaMap_3,
|
|
486
|
-
alphaMap_4: this.alphaMap_4,
|
|
487
|
-
alphaMap_5: this.alphaMap_5,
|
|
488
|
-
alphaMap_6: this.alphaMap_6,
|
|
489
|
-
alphaMap_7: this.alphaMap_7,
|
|
490
|
-
color_0: this.color_0,
|
|
491
|
-
color_1: this.color_1,
|
|
492
|
-
color_2: this.color_2,
|
|
493
|
-
color_3: this.color_3,
|
|
494
|
-
color_4: this.color_4,
|
|
495
|
-
color_5: this.color_5,
|
|
496
|
-
color_6: this.color_6,
|
|
497
|
-
color_7: this.color_7,
|
|
498
|
-
map_0: this.map_0,
|
|
499
|
-
map_1: this.map_1,
|
|
500
|
-
map_2: this.map_2,
|
|
501
|
-
map_3: this.map_3,
|
|
502
|
-
map_4: this.map_4,
|
|
503
|
-
map_5: this.map_5,
|
|
504
|
-
map_6: this.map_6,
|
|
505
|
-
map_7: this.map_7,
|
|
506
|
-
materialIndexDataMap: this.materialIndexDataMap,
|
|
507
|
-
materialIndexDataMapSize: this.materialIndexDataMapSize,
|
|
508
|
-
size_0: this.size_0,
|
|
509
|
-
size_1: this.size_1,
|
|
510
|
-
size_2: this.size_2,
|
|
511
|
-
size_3: this.size_3,
|
|
512
|
-
size_4: this.size_4,
|
|
513
|
-
size_5: this.size_5,
|
|
514
|
-
size_6: this.size_6,
|
|
515
|
-
size_7: this.size_7,
|
|
516
|
-
sizeAttenuation_0: this.sizeAttenuation_0,
|
|
517
|
-
sizeAttenuation_1: this.sizeAttenuation_1,
|
|
518
|
-
sizeAttenuation_2: this.sizeAttenuation_2,
|
|
519
|
-
sizeAttenuation_3: this.sizeAttenuation_3,
|
|
520
|
-
sizeAttenuation_4: this.sizeAttenuation_4,
|
|
521
|
-
sizeAttenuation_5: this.sizeAttenuation_5,
|
|
522
|
-
sizeAttenuation_6: this.sizeAttenuation_6,
|
|
523
|
-
sizeAttenuation_7: this.sizeAttenuation_7,
|
|
524
|
-
}, this.id, this.version);
|
|
525
|
-
}
|
|
526
|
-
copy(source) {
|
|
527
|
-
this.alphaCutoff = source.alphaCutoff;
|
|
528
|
-
this.alphaMode = source.alphaMode;
|
|
529
|
-
this.aoMap = source.aoMap;
|
|
530
|
-
this.aoMapIntensity = source.aoMapIntensity;
|
|
531
|
-
this.bumpMap = source.bumpMap;
|
|
532
|
-
this.bumpScale = source.bumpScale;
|
|
533
|
-
this.depthTest = source.depthTest;
|
|
534
|
-
this.depthWrite = source.depthWrite;
|
|
535
|
-
this.emissiveMap = source.emissiveMap;
|
|
536
|
-
this.emissiveness = source.emissiveness;
|
|
537
|
-
this.materialOutput = source.materialOutput;
|
|
538
|
-
this.normalMap = source.normalMap;
|
|
539
|
-
this.normalScale = source.normalScale;
|
|
540
|
-
this.opacity = source.opacity;
|
|
541
|
-
this.shading = source.shading;
|
|
542
|
-
this.side = source.side;
|
|
543
|
-
this.transparent = source.transparent;
|
|
544
|
-
this.alphaMap_0 = source.alphaMap_0;
|
|
545
|
-
this.alphaMap_1 = source.alphaMap_1;
|
|
546
|
-
this.alphaMap_2 = source.alphaMap_2;
|
|
547
|
-
this.alphaMap_3 = source.alphaMap_3;
|
|
548
|
-
this.alphaMap_4 = source.alphaMap_4;
|
|
549
|
-
this.alphaMap_5 = source.alphaMap_5;
|
|
550
|
-
this.alphaMap_6 = source.alphaMap_6;
|
|
551
|
-
this.alphaMap_7 = source.alphaMap_7;
|
|
552
|
-
this.color_0 = source.color_0;
|
|
553
|
-
this.color_1 = source.color_1;
|
|
554
|
-
this.color_2 = source.color_2;
|
|
555
|
-
this.color_3 = source.color_3;
|
|
556
|
-
this.color_4 = source.color_4;
|
|
557
|
-
this.color_5 = source.color_5;
|
|
558
|
-
this.color_6 = source.color_6;
|
|
559
|
-
this.color_7 = source.color_7;
|
|
560
|
-
this.map_0 = source.map_0;
|
|
561
|
-
this.map_1 = source.map_1;
|
|
562
|
-
this.map_2 = source.map_2;
|
|
563
|
-
this.map_3 = source.map_3;
|
|
564
|
-
this.map_4 = source.map_4;
|
|
565
|
-
this.map_5 = source.map_5;
|
|
566
|
-
this.map_6 = source.map_6;
|
|
567
|
-
this.map_7 = source.map_7;
|
|
568
|
-
this.materialIndexDataMap = source.materialIndexDataMap;
|
|
569
|
-
this.materialIndexDataMapSize = source.materialIndexDataMapSize;
|
|
570
|
-
this.size_0 = source.size_0;
|
|
571
|
-
this.size_1 = source.size_1;
|
|
572
|
-
this.size_2 = source.size_2;
|
|
573
|
-
this.size_3 = source.size_3;
|
|
574
|
-
this.size_4 = source.size_4;
|
|
575
|
-
this.size_5 = source.size_5;
|
|
576
|
-
this.size_6 = source.size_6;
|
|
577
|
-
this.size_7 = source.size_7;
|
|
578
|
-
this.sizeAttenuation_0 = source.sizeAttenuation_0;
|
|
579
|
-
this.sizeAttenuation_1 = source.sizeAttenuation_1;
|
|
580
|
-
this.sizeAttenuation_2 = source.sizeAttenuation_2;
|
|
581
|
-
this.sizeAttenuation_3 = source.sizeAttenuation_3;
|
|
582
|
-
this.sizeAttenuation_4 = source.sizeAttenuation_4;
|
|
583
|
-
this.sizeAttenuation_5 = source.sizeAttenuation_5;
|
|
584
|
-
this.sizeAttenuation_6 = source.sizeAttenuation_6;
|
|
585
|
-
this.sizeAttenuation_7 = source.sizeAttenuation_7;
|
|
586
|
-
}
|
|
587
|
-
reset() {
|
|
588
|
-
this.alphaCutoff = 0;
|
|
589
|
-
this.alphaMode = viewer_shared_types_1.MATERIAL_ALPHA.OPAQUE;
|
|
590
|
-
this.aoMap = undefined;
|
|
591
|
-
this.aoMapIntensity = 1.0;
|
|
592
|
-
this.bumpMap = undefined;
|
|
593
|
-
this.bumpScale = 1.0;
|
|
594
|
-
this.depthTest = undefined;
|
|
595
|
-
this.depthWrite = undefined;
|
|
596
|
-
this.emissiveMap = undefined;
|
|
597
|
-
this.emissiveness = "#000000";
|
|
598
|
-
this.materialOutput = false;
|
|
599
|
-
this.normalMap = undefined;
|
|
600
|
-
this.normalScale = 1.0;
|
|
601
|
-
this.opacity = 1.0;
|
|
602
|
-
this.shading = viewer_shared_types_1.MATERIAL_SHADING.SMOOTH;
|
|
603
|
-
this.side = viewer_shared_types_1.MATERIAL_SIDE.DOUBLE;
|
|
604
|
-
this.transparent = undefined;
|
|
605
|
-
this.alphaMap_0 = undefined;
|
|
606
|
-
this.alphaMap_1 = undefined;
|
|
607
|
-
this.alphaMap_2 = undefined;
|
|
608
|
-
this.alphaMap_3 = undefined;
|
|
609
|
-
this.alphaMap_4 = undefined;
|
|
610
|
-
this.alphaMap_5 = undefined;
|
|
611
|
-
this.alphaMap_6 = undefined;
|
|
612
|
-
this.alphaMap_7 = undefined;
|
|
613
|
-
this.color_0 = "#ffffff";
|
|
614
|
-
this.color_1 = "#ffffff";
|
|
615
|
-
this.color_2 = "#ffffff";
|
|
616
|
-
this.color_3 = "#ffffff";
|
|
617
|
-
this.color_4 = "#ffffff";
|
|
618
|
-
this.color_5 = "#ffffff";
|
|
619
|
-
this.color_6 = "#ffffff";
|
|
620
|
-
this.color_7 = "#ffffff";
|
|
621
|
-
this.map_0 = undefined;
|
|
622
|
-
this.map_1 = undefined;
|
|
623
|
-
this.map_2 = undefined;
|
|
624
|
-
this.map_3 = undefined;
|
|
625
|
-
this.map_4 = undefined;
|
|
626
|
-
this.map_5 = undefined;
|
|
627
|
-
this.map_6 = undefined;
|
|
628
|
-
this.map_7 = undefined;
|
|
629
|
-
this.materialIndexDataMap = undefined;
|
|
630
|
-
this.materialIndexDataMapSize = undefined;
|
|
631
|
-
this.size_0 = undefined;
|
|
632
|
-
this.size_1 = undefined;
|
|
633
|
-
this.size_2 = undefined;
|
|
634
|
-
this.size_3 = undefined;
|
|
635
|
-
this.size_4 = undefined;
|
|
636
|
-
this.size_5 = undefined;
|
|
637
|
-
this.size_6 = undefined;
|
|
638
|
-
this.size_7 = undefined;
|
|
639
|
-
this.sizeAttenuation_0 = undefined;
|
|
640
|
-
this.sizeAttenuation_1 = undefined;
|
|
641
|
-
this.sizeAttenuation_2 = undefined;
|
|
642
|
-
this.sizeAttenuation_3 = undefined;
|
|
643
|
-
this.sizeAttenuation_4 = undefined;
|
|
644
|
-
this.sizeAttenuation_5 = undefined;
|
|
645
|
-
this.sizeAttenuation_6 = undefined;
|
|
646
|
-
this.sizeAttenuation_7 = undefined;
|
|
647
|
-
}
|
|
648
|
-
}
|
|
649
|
-
exports.MaterialMultiPointData = MaterialMultiPointData;
|
|
650
|
-
_MaterialMultiPointData_alphaMap_0 = new WeakMap(), _MaterialMultiPointData_alphaMap_1 = new WeakMap(), _MaterialMultiPointData_alphaMap_2 = new WeakMap(), _MaterialMultiPointData_alphaMap_3 = new WeakMap(), _MaterialMultiPointData_alphaMap_4 = new WeakMap(), _MaterialMultiPointData_alphaMap_5 = new WeakMap(), _MaterialMultiPointData_alphaMap_6 = new WeakMap(), _MaterialMultiPointData_alphaMap_7 = new WeakMap(), _MaterialMultiPointData_color_0 = new WeakMap(), _MaterialMultiPointData_color_1 = new WeakMap(), _MaterialMultiPointData_color_2 = new WeakMap(), _MaterialMultiPointData_color_3 = new WeakMap(), _MaterialMultiPointData_color_4 = new WeakMap(), _MaterialMultiPointData_color_5 = new WeakMap(), _MaterialMultiPointData_color_6 = new WeakMap(), _MaterialMultiPointData_color_7 = new WeakMap(), _MaterialMultiPointData_map_0 = new WeakMap(), _MaterialMultiPointData_map_1 = new WeakMap(), _MaterialMultiPointData_map_2 = new WeakMap(), _MaterialMultiPointData_map_3 = new WeakMap(), _MaterialMultiPointData_map_4 = new WeakMap(), _MaterialMultiPointData_map_5 = new WeakMap(), _MaterialMultiPointData_map_6 = new WeakMap(), _MaterialMultiPointData_map_7 = new WeakMap(), _MaterialMultiPointData_materialIndexDataMap = new WeakMap(), _MaterialMultiPointData_materialIndexDataMapSize = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_0 = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_1 = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_2 = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_3 = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_4 = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_5 = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_6 = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_7 = new WeakMap(), _MaterialMultiPointData_size_0 = new WeakMap(), _MaterialMultiPointData_size_1 = new WeakMap(), _MaterialMultiPointData_size_2 = new WeakMap(), _MaterialMultiPointData_size_3 = new WeakMap(), _MaterialMultiPointData_size_4 = new WeakMap(), _MaterialMultiPointData_size_5 = new WeakMap(), _MaterialMultiPointData_size_6 = new WeakMap(), _MaterialMultiPointData_size_7 = new WeakMap();
|
|
1
|
+
"use strict";
|
|
2
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
3
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
4
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
5
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
6
|
+
};
|
|
7
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
8
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
11
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
12
|
+
};
|
|
13
|
+
var _MaterialMultiPointData_alphaMap_0, _MaterialMultiPointData_alphaMap_1, _MaterialMultiPointData_alphaMap_2, _MaterialMultiPointData_alphaMap_3, _MaterialMultiPointData_alphaMap_4, _MaterialMultiPointData_alphaMap_5, _MaterialMultiPointData_alphaMap_6, _MaterialMultiPointData_alphaMap_7, _MaterialMultiPointData_color_0, _MaterialMultiPointData_color_1, _MaterialMultiPointData_color_2, _MaterialMultiPointData_color_3, _MaterialMultiPointData_color_4, _MaterialMultiPointData_color_5, _MaterialMultiPointData_color_6, _MaterialMultiPointData_color_7, _MaterialMultiPointData_map_0, _MaterialMultiPointData_map_1, _MaterialMultiPointData_map_2, _MaterialMultiPointData_map_3, _MaterialMultiPointData_map_4, _MaterialMultiPointData_map_5, _MaterialMultiPointData_map_6, _MaterialMultiPointData_map_7, _MaterialMultiPointData_materialIndexDataMap, _MaterialMultiPointData_materialIndexDataMapSize, _MaterialMultiPointData_sizeAttenuation_0, _MaterialMultiPointData_sizeAttenuation_1, _MaterialMultiPointData_sizeAttenuation_2, _MaterialMultiPointData_sizeAttenuation_3, _MaterialMultiPointData_sizeAttenuation_4, _MaterialMultiPointData_sizeAttenuation_5, _MaterialMultiPointData_sizeAttenuation_6, _MaterialMultiPointData_sizeAttenuation_7, _MaterialMultiPointData_size_0, _MaterialMultiPointData_size_1, _MaterialMultiPointData_size_2, _MaterialMultiPointData_size_3, _MaterialMultiPointData_size_4, _MaterialMultiPointData_size_5, _MaterialMultiPointData_size_6, _MaterialMultiPointData_size_7;
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.MaterialMultiPointData = void 0;
|
|
16
|
+
const viewer_shared_types_1 = require("@shapediver/viewer.shared.types");
|
|
17
|
+
const AbstractMaterialData_1 = require("./AbstractMaterialData");
|
|
18
|
+
class MaterialMultiPointData extends AbstractMaterialData_1.AbstractMaterialData {
|
|
19
|
+
// #endregion Properties (20)
|
|
20
|
+
// #region Constructors (1)
|
|
21
|
+
/**
|
|
22
|
+
* Creates a material data object.
|
|
23
|
+
*
|
|
24
|
+
* @param _attributes the attributes of the material
|
|
25
|
+
* @param id the id
|
|
26
|
+
*/
|
|
27
|
+
constructor(properties, id, version) {
|
|
28
|
+
super(properties, id, version);
|
|
29
|
+
// #region Properties (20)
|
|
30
|
+
_MaterialMultiPointData_alphaMap_0.set(this, undefined);
|
|
31
|
+
_MaterialMultiPointData_alphaMap_1.set(this, undefined);
|
|
32
|
+
_MaterialMultiPointData_alphaMap_2.set(this, undefined);
|
|
33
|
+
_MaterialMultiPointData_alphaMap_3.set(this, undefined);
|
|
34
|
+
_MaterialMultiPointData_alphaMap_4.set(this, undefined);
|
|
35
|
+
_MaterialMultiPointData_alphaMap_5.set(this, undefined);
|
|
36
|
+
_MaterialMultiPointData_alphaMap_6.set(this, undefined);
|
|
37
|
+
_MaterialMultiPointData_alphaMap_7.set(this, undefined);
|
|
38
|
+
_MaterialMultiPointData_color_0.set(this, "#ffffff");
|
|
39
|
+
_MaterialMultiPointData_color_1.set(this, "#ffffff");
|
|
40
|
+
_MaterialMultiPointData_color_2.set(this, "#ffffff");
|
|
41
|
+
_MaterialMultiPointData_color_3.set(this, "#ffffff");
|
|
42
|
+
_MaterialMultiPointData_color_4.set(this, "#ffffff");
|
|
43
|
+
_MaterialMultiPointData_color_5.set(this, "#ffffff");
|
|
44
|
+
_MaterialMultiPointData_color_6.set(this, "#ffffff");
|
|
45
|
+
_MaterialMultiPointData_color_7.set(this, "#ffffff");
|
|
46
|
+
_MaterialMultiPointData_map_0.set(this, undefined);
|
|
47
|
+
_MaterialMultiPointData_map_1.set(this, undefined);
|
|
48
|
+
_MaterialMultiPointData_map_2.set(this, undefined);
|
|
49
|
+
_MaterialMultiPointData_map_3.set(this, undefined);
|
|
50
|
+
_MaterialMultiPointData_map_4.set(this, undefined);
|
|
51
|
+
_MaterialMultiPointData_map_5.set(this, undefined);
|
|
52
|
+
_MaterialMultiPointData_map_6.set(this, undefined);
|
|
53
|
+
_MaterialMultiPointData_map_7.set(this, undefined);
|
|
54
|
+
_MaterialMultiPointData_materialIndexDataMap.set(this, undefined);
|
|
55
|
+
_MaterialMultiPointData_materialIndexDataMapSize.set(this, undefined);
|
|
56
|
+
_MaterialMultiPointData_sizeAttenuation_0.set(this, undefined);
|
|
57
|
+
_MaterialMultiPointData_sizeAttenuation_1.set(this, undefined);
|
|
58
|
+
_MaterialMultiPointData_sizeAttenuation_2.set(this, undefined);
|
|
59
|
+
_MaterialMultiPointData_sizeAttenuation_3.set(this, undefined);
|
|
60
|
+
_MaterialMultiPointData_sizeAttenuation_4.set(this, undefined);
|
|
61
|
+
_MaterialMultiPointData_sizeAttenuation_5.set(this, undefined);
|
|
62
|
+
_MaterialMultiPointData_sizeAttenuation_6.set(this, undefined);
|
|
63
|
+
_MaterialMultiPointData_sizeAttenuation_7.set(this, undefined);
|
|
64
|
+
_MaterialMultiPointData_size_0.set(this, undefined);
|
|
65
|
+
_MaterialMultiPointData_size_1.set(this, undefined);
|
|
66
|
+
_MaterialMultiPointData_size_2.set(this, undefined);
|
|
67
|
+
_MaterialMultiPointData_size_3.set(this, undefined);
|
|
68
|
+
_MaterialMultiPointData_size_4.set(this, undefined);
|
|
69
|
+
_MaterialMultiPointData_size_5.set(this, undefined);
|
|
70
|
+
_MaterialMultiPointData_size_6.set(this, undefined);
|
|
71
|
+
_MaterialMultiPointData_size_7.set(this, undefined);
|
|
72
|
+
if (!properties)
|
|
73
|
+
return;
|
|
74
|
+
if (properties.materialIndexDataMap !== undefined)
|
|
75
|
+
this.materialIndexDataMap = properties.materialIndexDataMap;
|
|
76
|
+
if (properties.materialIndexDataMapSize !== undefined)
|
|
77
|
+
this.materialIndexDataMapSize = properties.materialIndexDataMapSize;
|
|
78
|
+
if (properties.alphaMap_0 !== undefined)
|
|
79
|
+
this.alphaMap_0 = properties.alphaMap_0;
|
|
80
|
+
else if (properties.alphaMap !== undefined)
|
|
81
|
+
this.alphaMap_0 = properties.alphaMap;
|
|
82
|
+
if (properties.color_0 !== undefined)
|
|
83
|
+
this.color_0 = properties.color_0;
|
|
84
|
+
else if (properties.color !== undefined)
|
|
85
|
+
this.color_0 = properties.color;
|
|
86
|
+
if (properties.map_0 !== undefined)
|
|
87
|
+
this.map_0 = properties.map_0;
|
|
88
|
+
else if (properties.map !== undefined)
|
|
89
|
+
this.map_0 = properties.map;
|
|
90
|
+
if (properties.size_0 !== undefined)
|
|
91
|
+
this.size_0 = properties.size_0;
|
|
92
|
+
if (properties.sizeAttenuation_0 !== undefined)
|
|
93
|
+
this.sizeAttenuation_0 = properties.sizeAttenuation_0;
|
|
94
|
+
if (properties.alphaMap_1 !== undefined)
|
|
95
|
+
this.alphaMap_1 = properties.alphaMap_1;
|
|
96
|
+
else if (properties.alphaMap !== undefined)
|
|
97
|
+
this.alphaMap_1 = properties.alphaMap;
|
|
98
|
+
if (properties.color_1 !== undefined)
|
|
99
|
+
this.color_1 = properties.color_1;
|
|
100
|
+
else if (properties.color !== undefined)
|
|
101
|
+
this.color_1 = properties.color;
|
|
102
|
+
if (properties.map_1 !== undefined)
|
|
103
|
+
this.map_1 = properties.map_1;
|
|
104
|
+
else if (properties.map !== undefined)
|
|
105
|
+
this.map_1 = properties.map;
|
|
106
|
+
if (properties.size_1 !== undefined)
|
|
107
|
+
this.size_1 = properties.size_1;
|
|
108
|
+
if (properties.sizeAttenuation_1 !== undefined)
|
|
109
|
+
this.sizeAttenuation_1 = properties.sizeAttenuation_1;
|
|
110
|
+
if (properties.alphaMap_2 !== undefined)
|
|
111
|
+
this.alphaMap_2 = properties.alphaMap_2;
|
|
112
|
+
else if (properties.alphaMap !== undefined)
|
|
113
|
+
this.alphaMap_2 = properties.alphaMap;
|
|
114
|
+
if (properties.color_2 !== undefined)
|
|
115
|
+
this.color_2 = properties.color_2;
|
|
116
|
+
else if (properties.color !== undefined)
|
|
117
|
+
this.color_2 = properties.color;
|
|
118
|
+
if (properties.map_2 !== undefined)
|
|
119
|
+
this.map_2 = properties.map_2;
|
|
120
|
+
else if (properties.map !== undefined)
|
|
121
|
+
this.map_2 = properties.map;
|
|
122
|
+
if (properties.size_2 !== undefined)
|
|
123
|
+
this.size_2 = properties.size_2;
|
|
124
|
+
if (properties.sizeAttenuation_2 !== undefined)
|
|
125
|
+
this.sizeAttenuation_2 = properties.sizeAttenuation_2;
|
|
126
|
+
if (properties.alphaMap_3 !== undefined)
|
|
127
|
+
this.alphaMap_3 = properties.alphaMap_3;
|
|
128
|
+
else if (properties.alphaMap !== undefined)
|
|
129
|
+
this.alphaMap_3 = properties.alphaMap;
|
|
130
|
+
if (properties.color_3 !== undefined)
|
|
131
|
+
this.color_3 = properties.color_3;
|
|
132
|
+
else if (properties.color !== undefined)
|
|
133
|
+
this.color_3 = properties.color;
|
|
134
|
+
if (properties.map_3 !== undefined)
|
|
135
|
+
this.map_3 = properties.map_3;
|
|
136
|
+
else if (properties.map !== undefined)
|
|
137
|
+
this.map_3 = properties.map;
|
|
138
|
+
if (properties.size_3 !== undefined)
|
|
139
|
+
this.size_3 = properties.size_3;
|
|
140
|
+
if (properties.sizeAttenuation_3 !== undefined)
|
|
141
|
+
this.sizeAttenuation_3 = properties.sizeAttenuation_3;
|
|
142
|
+
if (properties.alphaMap_4 !== undefined)
|
|
143
|
+
this.alphaMap_4 = properties.alphaMap_4;
|
|
144
|
+
else if (properties.alphaMap !== undefined)
|
|
145
|
+
this.alphaMap_4 = properties.alphaMap;
|
|
146
|
+
if (properties.color_4 !== undefined)
|
|
147
|
+
this.color_4 = properties.color_4;
|
|
148
|
+
else if (properties.color !== undefined)
|
|
149
|
+
this.color_4 = properties.color;
|
|
150
|
+
if (properties.map_4 !== undefined)
|
|
151
|
+
this.map_4 = properties.map_4;
|
|
152
|
+
else if (properties.map !== undefined)
|
|
153
|
+
this.map_4 = properties.map;
|
|
154
|
+
if (properties.size_4 !== undefined)
|
|
155
|
+
this.size_4 = properties.size_4;
|
|
156
|
+
if (properties.sizeAttenuation_4 !== undefined)
|
|
157
|
+
this.sizeAttenuation_4 = properties.sizeAttenuation_4;
|
|
158
|
+
if (properties.alphaMap_5 !== undefined)
|
|
159
|
+
this.alphaMap_5 = properties.alphaMap_5;
|
|
160
|
+
else if (properties.alphaMap !== undefined)
|
|
161
|
+
this.alphaMap_5 = properties.alphaMap;
|
|
162
|
+
if (properties.color_5 !== undefined)
|
|
163
|
+
this.color_5 = properties.color_5;
|
|
164
|
+
else if (properties.color !== undefined)
|
|
165
|
+
this.color_5 = properties.color;
|
|
166
|
+
if (properties.map_5 !== undefined)
|
|
167
|
+
this.map_5 = properties.map_5;
|
|
168
|
+
else if (properties.map !== undefined)
|
|
169
|
+
this.map_5 = properties.map;
|
|
170
|
+
if (properties.size_5 !== undefined)
|
|
171
|
+
this.size_5 = properties.size_5;
|
|
172
|
+
if (properties.sizeAttenuation_5 !== undefined)
|
|
173
|
+
this.sizeAttenuation_5 = properties.sizeAttenuation_5;
|
|
174
|
+
if (properties.alphaMap_6 !== undefined)
|
|
175
|
+
this.alphaMap_6 = properties.alphaMap_6;
|
|
176
|
+
else if (properties.alphaMap !== undefined)
|
|
177
|
+
this.alphaMap_6 = properties.alphaMap;
|
|
178
|
+
if (properties.color_6 !== undefined)
|
|
179
|
+
this.color_6 = properties.color_6;
|
|
180
|
+
else if (properties.color !== undefined)
|
|
181
|
+
this.color_6 = properties.color;
|
|
182
|
+
if (properties.map_6 !== undefined)
|
|
183
|
+
this.map_6 = properties.map_6;
|
|
184
|
+
else if (properties.map !== undefined)
|
|
185
|
+
this.map_6 = properties.map;
|
|
186
|
+
if (properties.size_6 !== undefined)
|
|
187
|
+
this.size_6 = properties.size_6;
|
|
188
|
+
if (properties.sizeAttenuation_6 !== undefined)
|
|
189
|
+
this.sizeAttenuation_6 = properties.sizeAttenuation_6;
|
|
190
|
+
if (properties.alphaMap_7 !== undefined)
|
|
191
|
+
this.alphaMap_7 = properties.alphaMap_7;
|
|
192
|
+
else if (properties.alphaMap !== undefined)
|
|
193
|
+
this.alphaMap_7 = properties.alphaMap;
|
|
194
|
+
if (properties.color_7 !== undefined)
|
|
195
|
+
this.color_7 = properties.color_7;
|
|
196
|
+
else if (properties.color !== undefined)
|
|
197
|
+
this.color_7 = properties.color;
|
|
198
|
+
if (properties.map_7 !== undefined)
|
|
199
|
+
this.map_7 = properties.map_7;
|
|
200
|
+
else if (properties.map !== undefined)
|
|
201
|
+
this.map_7 = properties.map;
|
|
202
|
+
if (properties.size_7 !== undefined)
|
|
203
|
+
this.size_7 = properties.size_7;
|
|
204
|
+
if (properties.sizeAttenuation_7 !== undefined)
|
|
205
|
+
this.sizeAttenuation_7 = properties.sizeAttenuation_7;
|
|
206
|
+
}
|
|
207
|
+
// #endregion Constructors (1)
|
|
208
|
+
// #region Public Getters And Setters (40)
|
|
209
|
+
get alphaMap_0() {
|
|
210
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_0, "f");
|
|
211
|
+
}
|
|
212
|
+
set alphaMap_0(value) {
|
|
213
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_0, value, "f");
|
|
214
|
+
}
|
|
215
|
+
get alphaMap_1() {
|
|
216
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_1, "f");
|
|
217
|
+
}
|
|
218
|
+
set alphaMap_1(value) {
|
|
219
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_1, value, "f");
|
|
220
|
+
}
|
|
221
|
+
get alphaMap_2() {
|
|
222
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_2, "f");
|
|
223
|
+
}
|
|
224
|
+
set alphaMap_2(value) {
|
|
225
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_2, value, "f");
|
|
226
|
+
}
|
|
227
|
+
get color_0() {
|
|
228
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_0, "f");
|
|
229
|
+
}
|
|
230
|
+
set color_0(value) {
|
|
231
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_color_0, value, "f");
|
|
232
|
+
}
|
|
233
|
+
get color_1() {
|
|
234
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_1, "f");
|
|
235
|
+
}
|
|
236
|
+
set color_1(value) {
|
|
237
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_color_1, value, "f");
|
|
238
|
+
}
|
|
239
|
+
get color_2() {
|
|
240
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_2, "f");
|
|
241
|
+
}
|
|
242
|
+
set color_2(value) {
|
|
243
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_color_2, value, "f");
|
|
244
|
+
}
|
|
245
|
+
get map_0() {
|
|
246
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_0, "f");
|
|
247
|
+
}
|
|
248
|
+
set map_0(value) {
|
|
249
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_map_0, value, "f");
|
|
250
|
+
}
|
|
251
|
+
get map_1() {
|
|
252
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_1, "f");
|
|
253
|
+
}
|
|
254
|
+
set map_1(value) {
|
|
255
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_map_1, value, "f");
|
|
256
|
+
}
|
|
257
|
+
get map_2() {
|
|
258
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_2, "f");
|
|
259
|
+
}
|
|
260
|
+
set map_2(value) {
|
|
261
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_map_2, value, "f");
|
|
262
|
+
}
|
|
263
|
+
get materialIndexDataMap() {
|
|
264
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_materialIndexDataMap, "f");
|
|
265
|
+
}
|
|
266
|
+
set materialIndexDataMap(value) {
|
|
267
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_materialIndexDataMap, value, "f");
|
|
268
|
+
}
|
|
269
|
+
get materialIndexDataMapSize() {
|
|
270
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_materialIndexDataMapSize, "f");
|
|
271
|
+
}
|
|
272
|
+
set materialIndexDataMapSize(value) {
|
|
273
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_materialIndexDataMapSize, value, "f");
|
|
274
|
+
}
|
|
275
|
+
get sizeAttenuation_0() {
|
|
276
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_0, "f");
|
|
277
|
+
}
|
|
278
|
+
set sizeAttenuation_0(value) {
|
|
279
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_0, value, "f");
|
|
280
|
+
}
|
|
281
|
+
get sizeAttenuation_1() {
|
|
282
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_1, "f");
|
|
283
|
+
}
|
|
284
|
+
set sizeAttenuation_1(value) {
|
|
285
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_1, value, "f");
|
|
286
|
+
}
|
|
287
|
+
get sizeAttenuation_2() {
|
|
288
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_2, "f");
|
|
289
|
+
}
|
|
290
|
+
set sizeAttenuation_2(value) {
|
|
291
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_2, value, "f");
|
|
292
|
+
}
|
|
293
|
+
get size_0() {
|
|
294
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_0, "f");
|
|
295
|
+
}
|
|
296
|
+
set size_0(value) {
|
|
297
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_size_0, value, "f");
|
|
298
|
+
}
|
|
299
|
+
get size_1() {
|
|
300
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_1, "f");
|
|
301
|
+
}
|
|
302
|
+
set size_1(value) {
|
|
303
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_size_1, value, "f");
|
|
304
|
+
}
|
|
305
|
+
get size_2() {
|
|
306
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_2, "f");
|
|
307
|
+
}
|
|
308
|
+
set size_2(value) {
|
|
309
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_size_2, value, "f");
|
|
310
|
+
}
|
|
311
|
+
get alphaMap_3() {
|
|
312
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_3, "f");
|
|
313
|
+
}
|
|
314
|
+
set alphaMap_3(value) {
|
|
315
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_3, value, "f");
|
|
316
|
+
}
|
|
317
|
+
get color_3() {
|
|
318
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_3, "f");
|
|
319
|
+
}
|
|
320
|
+
set color_3(value) {
|
|
321
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_color_3, value, "f");
|
|
322
|
+
}
|
|
323
|
+
get map_3() {
|
|
324
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_3, "f");
|
|
325
|
+
}
|
|
326
|
+
set map_3(value) {
|
|
327
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_map_3, value, "f");
|
|
328
|
+
}
|
|
329
|
+
get size_3() {
|
|
330
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_3, "f");
|
|
331
|
+
}
|
|
332
|
+
set size_3(value) {
|
|
333
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_size_3, value, "f");
|
|
334
|
+
}
|
|
335
|
+
get sizeAttenuation_3() {
|
|
336
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_3, "f");
|
|
337
|
+
}
|
|
338
|
+
set sizeAttenuation_3(value) {
|
|
339
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_3, value, "f");
|
|
340
|
+
}
|
|
341
|
+
get alphaMap_4() {
|
|
342
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_4, "f");
|
|
343
|
+
}
|
|
344
|
+
set alphaMap_4(value) {
|
|
345
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_4, value, "f");
|
|
346
|
+
}
|
|
347
|
+
get color_4() {
|
|
348
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_4, "f");
|
|
349
|
+
}
|
|
350
|
+
set color_4(value) {
|
|
351
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_color_4, value, "f");
|
|
352
|
+
}
|
|
353
|
+
get map_4() {
|
|
354
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_4, "f");
|
|
355
|
+
}
|
|
356
|
+
set map_4(value) {
|
|
357
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_map_4, value, "f");
|
|
358
|
+
}
|
|
359
|
+
get size_4() {
|
|
360
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_4, "f");
|
|
361
|
+
}
|
|
362
|
+
set size_4(value) {
|
|
363
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_size_4, value, "f");
|
|
364
|
+
}
|
|
365
|
+
get sizeAttenuation_4() {
|
|
366
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_4, "f");
|
|
367
|
+
}
|
|
368
|
+
set sizeAttenuation_4(value) {
|
|
369
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_4, value, "f");
|
|
370
|
+
}
|
|
371
|
+
get alphaMap_5() {
|
|
372
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_5, "f");
|
|
373
|
+
}
|
|
374
|
+
set alphaMap_5(value) {
|
|
375
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_5, value, "f");
|
|
376
|
+
}
|
|
377
|
+
get color_5() {
|
|
378
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_5, "f");
|
|
379
|
+
}
|
|
380
|
+
set color_5(value) {
|
|
381
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_color_5, value, "f");
|
|
382
|
+
}
|
|
383
|
+
get map_5() {
|
|
384
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_5, "f");
|
|
385
|
+
}
|
|
386
|
+
set map_5(value) {
|
|
387
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_map_5, value, "f");
|
|
388
|
+
}
|
|
389
|
+
get size_5() {
|
|
390
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_5, "f");
|
|
391
|
+
}
|
|
392
|
+
set size_5(value) {
|
|
393
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_size_5, value, "f");
|
|
394
|
+
}
|
|
395
|
+
get sizeAttenuation_5() {
|
|
396
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_5, "f");
|
|
397
|
+
}
|
|
398
|
+
set sizeAttenuation_5(value) {
|
|
399
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_5, value, "f");
|
|
400
|
+
}
|
|
401
|
+
get alphaMap_6() {
|
|
402
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_6, "f");
|
|
403
|
+
}
|
|
404
|
+
set alphaMap_6(value) {
|
|
405
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_6, value, "f");
|
|
406
|
+
}
|
|
407
|
+
get color_6() {
|
|
408
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_6, "f");
|
|
409
|
+
}
|
|
410
|
+
set color_6(value) {
|
|
411
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_color_6, value, "f");
|
|
412
|
+
}
|
|
413
|
+
get map_6() {
|
|
414
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_6, "f");
|
|
415
|
+
}
|
|
416
|
+
set map_6(value) {
|
|
417
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_map_6, value, "f");
|
|
418
|
+
}
|
|
419
|
+
get size_6() {
|
|
420
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_6, "f");
|
|
421
|
+
}
|
|
422
|
+
set size_6(value) {
|
|
423
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_size_6, value, "f");
|
|
424
|
+
}
|
|
425
|
+
get sizeAttenuation_6() {
|
|
426
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_6, "f");
|
|
427
|
+
}
|
|
428
|
+
set sizeAttenuation_6(value) {
|
|
429
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_6, value, "f");
|
|
430
|
+
}
|
|
431
|
+
get alphaMap_7() {
|
|
432
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_alphaMap_7, "f");
|
|
433
|
+
}
|
|
434
|
+
set alphaMap_7(value) {
|
|
435
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_alphaMap_7, value, "f");
|
|
436
|
+
}
|
|
437
|
+
get color_7() {
|
|
438
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_color_7, "f");
|
|
439
|
+
}
|
|
440
|
+
set color_7(value) {
|
|
441
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_color_7, value, "f");
|
|
442
|
+
}
|
|
443
|
+
get map_7() {
|
|
444
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_map_7, "f");
|
|
445
|
+
}
|
|
446
|
+
set map_7(value) {
|
|
447
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_map_7, value, "f");
|
|
448
|
+
}
|
|
449
|
+
get size_7() {
|
|
450
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_size_7, "f");
|
|
451
|
+
}
|
|
452
|
+
set size_7(value) {
|
|
453
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_size_7, value, "f");
|
|
454
|
+
}
|
|
455
|
+
get sizeAttenuation_7() {
|
|
456
|
+
return __classPrivateFieldGet(this, _MaterialMultiPointData_sizeAttenuation_7, "f");
|
|
457
|
+
}
|
|
458
|
+
set sizeAttenuation_7(value) {
|
|
459
|
+
__classPrivateFieldSet(this, _MaterialMultiPointData_sizeAttenuation_7, value, "f");
|
|
460
|
+
}
|
|
461
|
+
// #endregion Public Getters And Setters (40)
|
|
462
|
+
// #region Public Methods (3)
|
|
463
|
+
clone() {
|
|
464
|
+
return new MaterialMultiPointData({
|
|
465
|
+
alphaMode: this.alphaMode,
|
|
466
|
+
alphaCutoff: this.alphaCutoff,
|
|
467
|
+
aoMap: this.aoMap,
|
|
468
|
+
aoMapIntensity: this.aoMapIntensity,
|
|
469
|
+
bumpMap: this.bumpMap,
|
|
470
|
+
bumpScale: this.bumpScale,
|
|
471
|
+
depthTest: this.depthTest,
|
|
472
|
+
depthWrite: this.depthWrite,
|
|
473
|
+
emissiveMap: this.emissiveMap,
|
|
474
|
+
emissiveness: this.emissiveness,
|
|
475
|
+
shading: this.shading,
|
|
476
|
+
name: this.name,
|
|
477
|
+
normalMap: this.normalMap,
|
|
478
|
+
normalScale: this.normalScale,
|
|
479
|
+
opacity: this.opacity,
|
|
480
|
+
side: this.side,
|
|
481
|
+
transparent: this.transparent,
|
|
482
|
+
alphaMap_0: this.alphaMap_0,
|
|
483
|
+
alphaMap_1: this.alphaMap_1,
|
|
484
|
+
alphaMap_2: this.alphaMap_2,
|
|
485
|
+
alphaMap_3: this.alphaMap_3,
|
|
486
|
+
alphaMap_4: this.alphaMap_4,
|
|
487
|
+
alphaMap_5: this.alphaMap_5,
|
|
488
|
+
alphaMap_6: this.alphaMap_6,
|
|
489
|
+
alphaMap_7: this.alphaMap_7,
|
|
490
|
+
color_0: this.color_0,
|
|
491
|
+
color_1: this.color_1,
|
|
492
|
+
color_2: this.color_2,
|
|
493
|
+
color_3: this.color_3,
|
|
494
|
+
color_4: this.color_4,
|
|
495
|
+
color_5: this.color_5,
|
|
496
|
+
color_6: this.color_6,
|
|
497
|
+
color_7: this.color_7,
|
|
498
|
+
map_0: this.map_0,
|
|
499
|
+
map_1: this.map_1,
|
|
500
|
+
map_2: this.map_2,
|
|
501
|
+
map_3: this.map_3,
|
|
502
|
+
map_4: this.map_4,
|
|
503
|
+
map_5: this.map_5,
|
|
504
|
+
map_6: this.map_6,
|
|
505
|
+
map_7: this.map_7,
|
|
506
|
+
materialIndexDataMap: this.materialIndexDataMap,
|
|
507
|
+
materialIndexDataMapSize: this.materialIndexDataMapSize,
|
|
508
|
+
size_0: this.size_0,
|
|
509
|
+
size_1: this.size_1,
|
|
510
|
+
size_2: this.size_2,
|
|
511
|
+
size_3: this.size_3,
|
|
512
|
+
size_4: this.size_4,
|
|
513
|
+
size_5: this.size_5,
|
|
514
|
+
size_6: this.size_6,
|
|
515
|
+
size_7: this.size_7,
|
|
516
|
+
sizeAttenuation_0: this.sizeAttenuation_0,
|
|
517
|
+
sizeAttenuation_1: this.sizeAttenuation_1,
|
|
518
|
+
sizeAttenuation_2: this.sizeAttenuation_2,
|
|
519
|
+
sizeAttenuation_3: this.sizeAttenuation_3,
|
|
520
|
+
sizeAttenuation_4: this.sizeAttenuation_4,
|
|
521
|
+
sizeAttenuation_5: this.sizeAttenuation_5,
|
|
522
|
+
sizeAttenuation_6: this.sizeAttenuation_6,
|
|
523
|
+
sizeAttenuation_7: this.sizeAttenuation_7,
|
|
524
|
+
}, this.id, this.version);
|
|
525
|
+
}
|
|
526
|
+
copy(source) {
|
|
527
|
+
this.alphaCutoff = source.alphaCutoff;
|
|
528
|
+
this.alphaMode = source.alphaMode;
|
|
529
|
+
this.aoMap = source.aoMap;
|
|
530
|
+
this.aoMapIntensity = source.aoMapIntensity;
|
|
531
|
+
this.bumpMap = source.bumpMap;
|
|
532
|
+
this.bumpScale = source.bumpScale;
|
|
533
|
+
this.depthTest = source.depthTest;
|
|
534
|
+
this.depthWrite = source.depthWrite;
|
|
535
|
+
this.emissiveMap = source.emissiveMap;
|
|
536
|
+
this.emissiveness = source.emissiveness;
|
|
537
|
+
this.materialOutput = source.materialOutput;
|
|
538
|
+
this.normalMap = source.normalMap;
|
|
539
|
+
this.normalScale = source.normalScale;
|
|
540
|
+
this.opacity = source.opacity;
|
|
541
|
+
this.shading = source.shading;
|
|
542
|
+
this.side = source.side;
|
|
543
|
+
this.transparent = source.transparent;
|
|
544
|
+
this.alphaMap_0 = source.alphaMap_0;
|
|
545
|
+
this.alphaMap_1 = source.alphaMap_1;
|
|
546
|
+
this.alphaMap_2 = source.alphaMap_2;
|
|
547
|
+
this.alphaMap_3 = source.alphaMap_3;
|
|
548
|
+
this.alphaMap_4 = source.alphaMap_4;
|
|
549
|
+
this.alphaMap_5 = source.alphaMap_5;
|
|
550
|
+
this.alphaMap_6 = source.alphaMap_6;
|
|
551
|
+
this.alphaMap_7 = source.alphaMap_7;
|
|
552
|
+
this.color_0 = source.color_0;
|
|
553
|
+
this.color_1 = source.color_1;
|
|
554
|
+
this.color_2 = source.color_2;
|
|
555
|
+
this.color_3 = source.color_3;
|
|
556
|
+
this.color_4 = source.color_4;
|
|
557
|
+
this.color_5 = source.color_5;
|
|
558
|
+
this.color_6 = source.color_6;
|
|
559
|
+
this.color_7 = source.color_7;
|
|
560
|
+
this.map_0 = source.map_0;
|
|
561
|
+
this.map_1 = source.map_1;
|
|
562
|
+
this.map_2 = source.map_2;
|
|
563
|
+
this.map_3 = source.map_3;
|
|
564
|
+
this.map_4 = source.map_4;
|
|
565
|
+
this.map_5 = source.map_5;
|
|
566
|
+
this.map_6 = source.map_6;
|
|
567
|
+
this.map_7 = source.map_7;
|
|
568
|
+
this.materialIndexDataMap = source.materialIndexDataMap;
|
|
569
|
+
this.materialIndexDataMapSize = source.materialIndexDataMapSize;
|
|
570
|
+
this.size_0 = source.size_0;
|
|
571
|
+
this.size_1 = source.size_1;
|
|
572
|
+
this.size_2 = source.size_2;
|
|
573
|
+
this.size_3 = source.size_3;
|
|
574
|
+
this.size_4 = source.size_4;
|
|
575
|
+
this.size_5 = source.size_5;
|
|
576
|
+
this.size_6 = source.size_6;
|
|
577
|
+
this.size_7 = source.size_7;
|
|
578
|
+
this.sizeAttenuation_0 = source.sizeAttenuation_0;
|
|
579
|
+
this.sizeAttenuation_1 = source.sizeAttenuation_1;
|
|
580
|
+
this.sizeAttenuation_2 = source.sizeAttenuation_2;
|
|
581
|
+
this.sizeAttenuation_3 = source.sizeAttenuation_3;
|
|
582
|
+
this.sizeAttenuation_4 = source.sizeAttenuation_4;
|
|
583
|
+
this.sizeAttenuation_5 = source.sizeAttenuation_5;
|
|
584
|
+
this.sizeAttenuation_6 = source.sizeAttenuation_6;
|
|
585
|
+
this.sizeAttenuation_7 = source.sizeAttenuation_7;
|
|
586
|
+
}
|
|
587
|
+
reset() {
|
|
588
|
+
this.alphaCutoff = 0;
|
|
589
|
+
this.alphaMode = viewer_shared_types_1.MATERIAL_ALPHA.OPAQUE;
|
|
590
|
+
this.aoMap = undefined;
|
|
591
|
+
this.aoMapIntensity = 1.0;
|
|
592
|
+
this.bumpMap = undefined;
|
|
593
|
+
this.bumpScale = 1.0;
|
|
594
|
+
this.depthTest = undefined;
|
|
595
|
+
this.depthWrite = undefined;
|
|
596
|
+
this.emissiveMap = undefined;
|
|
597
|
+
this.emissiveness = "#000000";
|
|
598
|
+
this.materialOutput = false;
|
|
599
|
+
this.normalMap = undefined;
|
|
600
|
+
this.normalScale = 1.0;
|
|
601
|
+
this.opacity = 1.0;
|
|
602
|
+
this.shading = viewer_shared_types_1.MATERIAL_SHADING.SMOOTH;
|
|
603
|
+
this.side = viewer_shared_types_1.MATERIAL_SIDE.DOUBLE;
|
|
604
|
+
this.transparent = undefined;
|
|
605
|
+
this.alphaMap_0 = undefined;
|
|
606
|
+
this.alphaMap_1 = undefined;
|
|
607
|
+
this.alphaMap_2 = undefined;
|
|
608
|
+
this.alphaMap_3 = undefined;
|
|
609
|
+
this.alphaMap_4 = undefined;
|
|
610
|
+
this.alphaMap_5 = undefined;
|
|
611
|
+
this.alphaMap_6 = undefined;
|
|
612
|
+
this.alphaMap_7 = undefined;
|
|
613
|
+
this.color_0 = "#ffffff";
|
|
614
|
+
this.color_1 = "#ffffff";
|
|
615
|
+
this.color_2 = "#ffffff";
|
|
616
|
+
this.color_3 = "#ffffff";
|
|
617
|
+
this.color_4 = "#ffffff";
|
|
618
|
+
this.color_5 = "#ffffff";
|
|
619
|
+
this.color_6 = "#ffffff";
|
|
620
|
+
this.color_7 = "#ffffff";
|
|
621
|
+
this.map_0 = undefined;
|
|
622
|
+
this.map_1 = undefined;
|
|
623
|
+
this.map_2 = undefined;
|
|
624
|
+
this.map_3 = undefined;
|
|
625
|
+
this.map_4 = undefined;
|
|
626
|
+
this.map_5 = undefined;
|
|
627
|
+
this.map_6 = undefined;
|
|
628
|
+
this.map_7 = undefined;
|
|
629
|
+
this.materialIndexDataMap = undefined;
|
|
630
|
+
this.materialIndexDataMapSize = undefined;
|
|
631
|
+
this.size_0 = undefined;
|
|
632
|
+
this.size_1 = undefined;
|
|
633
|
+
this.size_2 = undefined;
|
|
634
|
+
this.size_3 = undefined;
|
|
635
|
+
this.size_4 = undefined;
|
|
636
|
+
this.size_5 = undefined;
|
|
637
|
+
this.size_6 = undefined;
|
|
638
|
+
this.size_7 = undefined;
|
|
639
|
+
this.sizeAttenuation_0 = undefined;
|
|
640
|
+
this.sizeAttenuation_1 = undefined;
|
|
641
|
+
this.sizeAttenuation_2 = undefined;
|
|
642
|
+
this.sizeAttenuation_3 = undefined;
|
|
643
|
+
this.sizeAttenuation_4 = undefined;
|
|
644
|
+
this.sizeAttenuation_5 = undefined;
|
|
645
|
+
this.sizeAttenuation_6 = undefined;
|
|
646
|
+
this.sizeAttenuation_7 = undefined;
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
exports.MaterialMultiPointData = MaterialMultiPointData;
|
|
650
|
+
_MaterialMultiPointData_alphaMap_0 = new WeakMap(), _MaterialMultiPointData_alphaMap_1 = new WeakMap(), _MaterialMultiPointData_alphaMap_2 = new WeakMap(), _MaterialMultiPointData_alphaMap_3 = new WeakMap(), _MaterialMultiPointData_alphaMap_4 = new WeakMap(), _MaterialMultiPointData_alphaMap_5 = new WeakMap(), _MaterialMultiPointData_alphaMap_6 = new WeakMap(), _MaterialMultiPointData_alphaMap_7 = new WeakMap(), _MaterialMultiPointData_color_0 = new WeakMap(), _MaterialMultiPointData_color_1 = new WeakMap(), _MaterialMultiPointData_color_2 = new WeakMap(), _MaterialMultiPointData_color_3 = new WeakMap(), _MaterialMultiPointData_color_4 = new WeakMap(), _MaterialMultiPointData_color_5 = new WeakMap(), _MaterialMultiPointData_color_6 = new WeakMap(), _MaterialMultiPointData_color_7 = new WeakMap(), _MaterialMultiPointData_map_0 = new WeakMap(), _MaterialMultiPointData_map_1 = new WeakMap(), _MaterialMultiPointData_map_2 = new WeakMap(), _MaterialMultiPointData_map_3 = new WeakMap(), _MaterialMultiPointData_map_4 = new WeakMap(), _MaterialMultiPointData_map_5 = new WeakMap(), _MaterialMultiPointData_map_6 = new WeakMap(), _MaterialMultiPointData_map_7 = new WeakMap(), _MaterialMultiPointData_materialIndexDataMap = new WeakMap(), _MaterialMultiPointData_materialIndexDataMapSize = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_0 = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_1 = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_2 = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_3 = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_4 = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_5 = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_6 = new WeakMap(), _MaterialMultiPointData_sizeAttenuation_7 = new WeakMap(), _MaterialMultiPointData_size_0 = new WeakMap(), _MaterialMultiPointData_size_1 = new WeakMap(), _MaterialMultiPointData_size_2 = new WeakMap(), _MaterialMultiPointData_size_3 = new WeakMap(), _MaterialMultiPointData_size_4 = new WeakMap(), _MaterialMultiPointData_size_5 = new WeakMap(), _MaterialMultiPointData_size_6 = new WeakMap(), _MaterialMultiPointData_size_7 = new WeakMap();
|
|
651
651
|
//# sourceMappingURL=MaterialMultiPointData.js.map
|