@shapediver/viewer.shared.types 2.12.7 → 3.0.0

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