@combeenation/3d-viewer 7.1.3 → 8.1.0-alpha1

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 (111) hide show
  1. package/README.md +111 -111
  2. package/dist/lib-cjs/api/classes/animationInterface.d.ts +8 -8
  3. package/dist/lib-cjs/api/classes/animationInterface.js +2 -2
  4. package/dist/lib-cjs/api/classes/dottedPath.d.ts +79 -79
  5. package/dist/lib-cjs/api/classes/dottedPath.js +166 -166
  6. package/dist/lib-cjs/api/classes/element.d.ts +153 -153
  7. package/dist/lib-cjs/api/classes/element.js +672 -672
  8. package/dist/lib-cjs/api/classes/event.d.ts +401 -401
  9. package/dist/lib-cjs/api/classes/event.js +424 -424
  10. package/dist/lib-cjs/api/classes/eventBroadcaster.d.ts +26 -26
  11. package/dist/lib-cjs/api/classes/eventBroadcaster.js +49 -49
  12. package/dist/lib-cjs/api/classes/fuzzyMap.d.ts +7 -7
  13. package/dist/lib-cjs/api/classes/fuzzyMap.js +21 -21
  14. package/dist/lib-cjs/api/classes/parameter.d.ts +378 -351
  15. package/dist/lib-cjs/api/classes/parameter.js +551 -524
  16. package/dist/lib-cjs/api/classes/parameter.js.map +1 -1
  17. package/dist/lib-cjs/api/classes/parameterObservable.d.ts +36 -36
  18. package/dist/lib-cjs/api/classes/parameterObservable.js +72 -72
  19. package/dist/lib-cjs/api/classes/parameterizable.d.ts +15 -15
  20. package/dist/lib-cjs/api/classes/parameterizable.js +102 -102
  21. package/dist/lib-cjs/api/classes/placementAnimation.d.ts +45 -45
  22. package/dist/lib-cjs/api/classes/placementAnimation.js +176 -176
  23. package/dist/lib-cjs/api/classes/variant.d.ts +261 -253
  24. package/dist/lib-cjs/api/classes/variant.js +870 -858
  25. package/dist/lib-cjs/api/classes/variant.js.map +1 -1
  26. package/dist/lib-cjs/api/classes/variantInstance.d.ts +53 -53
  27. package/dist/lib-cjs/api/classes/variantInstance.js +125 -125
  28. package/dist/lib-cjs/api/classes/variantParameterizable.d.ts +17 -17
  29. package/dist/lib-cjs/api/classes/variantParameterizable.js +86 -86
  30. package/dist/lib-cjs/api/classes/viewer.d.ts +213 -213
  31. package/dist/lib-cjs/api/classes/viewer.js +717 -716
  32. package/dist/lib-cjs/api/classes/viewer.js.map +1 -1
  33. package/dist/lib-cjs/api/classes/viewerError.d.ts +43 -43
  34. package/dist/lib-cjs/api/classes/viewerError.js +55 -55
  35. package/dist/lib-cjs/api/classes/viewerLight.d.ts +66 -66
  36. package/dist/lib-cjs/api/classes/viewerLight.js +348 -348
  37. package/dist/lib-cjs/api/internal/lensRendering.d.ts +8 -8
  38. package/dist/lib-cjs/api/internal/lensRendering.js +11 -11
  39. package/dist/lib-cjs/api/internal/sceneSetup.d.ts +13 -13
  40. package/dist/lib-cjs/api/internal/sceneSetup.js +226 -226
  41. package/dist/lib-cjs/api/manager/animationManager.d.ts +30 -30
  42. package/dist/lib-cjs/api/manager/animationManager.js +126 -126
  43. package/dist/lib-cjs/api/manager/gltfExportManager.d.ts +103 -79
  44. package/dist/lib-cjs/api/manager/gltfExportManager.js +325 -242
  45. package/dist/lib-cjs/api/manager/gltfExportManager.js.map +1 -1
  46. package/dist/lib-cjs/api/manager/sceneManager.d.ts +33 -33
  47. package/dist/lib-cjs/api/manager/sceneManager.js +128 -128
  48. package/dist/lib-cjs/api/manager/tagManager.d.ts +118 -116
  49. package/dist/lib-cjs/api/manager/tagManager.js +508 -444
  50. package/dist/lib-cjs/api/manager/tagManager.js.map +1 -1
  51. package/dist/lib-cjs/api/manager/textureLoadManager.d.ts +22 -22
  52. package/dist/lib-cjs/api/manager/textureLoadManager.js +97 -97
  53. package/dist/lib-cjs/api/manager/variantInstanceManager.d.ts +106 -106
  54. package/dist/lib-cjs/api/manager/variantInstanceManager.js +290 -292
  55. package/dist/lib-cjs/api/manager/variantInstanceManager.js.map +1 -1
  56. package/dist/lib-cjs/api/store/specStorage.d.ts +32 -32
  57. package/dist/lib-cjs/api/store/specStorage.js +65 -65
  58. package/dist/lib-cjs/api/util/babylonHelper.d.ts +235 -235
  59. package/dist/lib-cjs/api/util/babylonHelper.js +753 -753
  60. package/dist/lib-cjs/api/util/globalTypes.d.ts +469 -455
  61. package/dist/lib-cjs/api/util/globalTypes.js +1 -1
  62. package/dist/lib-cjs/api/util/resourceHelper.d.ts +58 -58
  63. package/dist/lib-cjs/api/util/resourceHelper.js +203 -203
  64. package/dist/lib-cjs/api/util/sceneLoaderHelper.d.ts +44 -44
  65. package/dist/lib-cjs/api/util/sceneLoaderHelper.js +175 -175
  66. package/dist/lib-cjs/api/util/stringHelper.d.ts +13 -13
  67. package/dist/lib-cjs/api/util/stringHelper.js +32 -32
  68. package/dist/lib-cjs/api/util/structureHelper.d.ts +9 -9
  69. package/dist/lib-cjs/api/util/structureHelper.js +60 -57
  70. package/dist/lib-cjs/api/util/structureHelper.js.map +1 -1
  71. package/dist/lib-cjs/buildinfo.json +3 -3
  72. package/dist/lib-cjs/commonjs.tsconfig.tsbuildinfo +1 -1
  73. package/dist/lib-cjs/index.d.ts +54 -54
  74. package/dist/lib-cjs/index.js +117 -117
  75. package/package.json +81 -81
  76. package/src/api/classes/animationInterface.ts +10 -10
  77. package/src/api/classes/dottedPath.ts +181 -181
  78. package/src/api/classes/element.ts +733 -733
  79. package/src/api/classes/event.ts +457 -457
  80. package/src/api/classes/eventBroadcaster.ts +52 -52
  81. package/src/api/classes/fuzzyMap.ts +21 -21
  82. package/src/api/classes/parameter.ts +591 -561
  83. package/src/api/classes/parameterObservable.ts +73 -73
  84. package/src/api/classes/parameterizable.ts +87 -87
  85. package/src/api/classes/placementAnimation.ts +162 -162
  86. package/src/api/classes/variant.ts +963 -949
  87. package/src/api/classes/variantInstance.ts +123 -123
  88. package/src/api/classes/variantParameterizable.ts +83 -83
  89. package/src/api/classes/viewer.ts +770 -772
  90. package/src/api/classes/viewerError.ts +63 -63
  91. package/src/api/classes/viewerLight.ts +339 -339
  92. package/src/api/internal/debugViewer.ts +90 -90
  93. package/src/api/internal/lensRendering.ts +9 -9
  94. package/src/api/internal/sceneSetup.ts +205 -205
  95. package/src/api/manager/animationManager.ts +143 -143
  96. package/src/api/manager/gltfExportManager.ts +302 -237
  97. package/src/api/manager/sceneManager.ts +134 -134
  98. package/src/api/manager/tagManager.ts +536 -477
  99. package/src/api/manager/textureLoadManager.ts +95 -95
  100. package/src/api/manager/variantInstanceManager.ts +306 -309
  101. package/src/api/store/specStorage.ts +68 -68
  102. package/src/api/util/babylonHelper.ts +823 -823
  103. package/src/api/util/globalTypes.ts +543 -525
  104. package/src/api/util/resourceHelper.ts +191 -191
  105. package/src/api/util/sceneLoaderHelper.ts +170 -170
  106. package/src/api/util/stringHelper.ts +30 -30
  107. package/src/api/util/structureHelper.ts +60 -58
  108. package/src/buildinfo.json +3 -3
  109. package/src/dev.ts +62 -62
  110. package/src/index.ts +103 -103
  111. package/src/types.d.ts +38 -38
@@ -1,309 +1,306 @@
1
- import { DottedPath } from '../classes/dottedPath';
2
- import { Event } from '../classes/event';
3
- import { EventBroadcaster } from '../classes/eventBroadcaster';
4
- import { Parameter } from '../classes/parameter';
5
- import { Variant } from '../classes/variant';
6
- import { VariantInstance } from '../classes/variantInstance';
7
- import { SpecStorage } from '../store/specStorage';
8
- import { duplicateNodeNames, reportDuplicateNodeNames } from '../util/babylonHelper';
9
- import { TransformNode } from '@babylonjs/core/Meshes/transformNode';
10
- import { merge } from 'lodash-es';
11
-
12
- /**
13
- * There's usually no need to instantiate a {@link VariantInstanceManager} yourself as it is provided by each
14
- * {@link Viewer} instance via its {@link Viewer.variantInstances}
15
- */
16
- export class VariantInstanceManager extends EventBroadcaster {
17
- protected variantInstancePromises: Map<string, Promise<VariantInstance>> = new Map();
18
-
19
- protected variantInstances: Map<string, VariantInstance> = new Map();
20
-
21
- protected variantInstanceDefinitions: Map<string, VariantInstanceDefinition> = new Map();
22
-
23
- protected parameters: ParameterBag = {};
24
-
25
- protected queues: { [name: string]: Promise<VariantInstance>[] } = {};
26
-
27
- /**
28
- * Constructor.
29
- */
30
- protected constructor(public viewer: Viewer, protected rootVariant: Variant) {
31
- super();
32
- }
33
-
34
- /**
35
- * Creates a {@link VariantInstanceManager} based on given root Variant.
36
- */
37
- public static async create(viewer: Viewer): Promise<VariantInstanceManager> {
38
- const rootVariant = await Variant.createRoot(SpecStorage.getSpec(), viewer);
39
- return new VariantInstanceManager(viewer, rootVariant);
40
- }
41
-
42
- /**
43
- * Gets all instances.
44
- */
45
- get all() {
46
- return [...this.variantInstances.values()];
47
- }
48
-
49
- /**
50
- * Gets all instance definitions.
51
- */
52
- get allDefinitions() {
53
- return [...this.variantInstanceDefinitions.values()];
54
- }
55
-
56
- /**
57
- * Gets whether all definitions have been created.
58
- */
59
- get areAllDefinitionsCreated(): boolean {
60
- const createdDefinitions = this.allDefinitions.filter(
61
- definition => this.all.filter(instance => instance.name === definition.name).length > 0
62
- );
63
- return this.allDefinitions.length === createdDefinitions.length;
64
- }
65
-
66
- /**
67
- * Gets all {@link VariantInstance}s with given {@link Variant}'s name.
68
- */
69
- public allWithVariantName(name: string): VariantInstance[] {
70
- return this.all.filter(instance => instance.variant.name === name);
71
- }
72
-
73
- /**
74
- * Checks whether a {@link VariantInstance} is either registered or created.
75
- */
76
- public has(name: string) {
77
- return this.variantInstances.has(name) || this.variantInstanceDefinitions.has(name);
78
- }
79
-
80
- /**
81
- * Retrieves a {@link VariantInstance}.
82
- * If the instance has been created, the created instance will be returned.
83
- * If the instance is registered, the instance will be created and returned.
84
- * if the instance has already been requested and is currently pending, the dedicated promise will be returned.
85
- * If none of these apply, an Error is thrown.
86
- *
87
- * @emits {@link Event.VARIANT_INSTANCE_CREATED}
88
- */
89
- public async get(name: string): Promise<VariantInstance> {
90
- // 1) see if we have an instance of that name already and return it if found
91
- if (this.variantInstances.has(name)) {
92
- return this.variantInstances.get(name)!; // cannot be null, hence the exclamation mark
93
- }
94
-
95
- // 2) try to get promise from list of requested instances and return it if found
96
- if (this.variantInstancePromises.has(name)) {
97
- return this.variantInstancePromises.get(name)!;
98
- }
99
-
100
- // 3) see if there's a definition of that name, create an instance from it and store the related promise
101
- if (this.variantInstanceDefinitions.has(name)) {
102
- const definition = this.variantInstanceDefinitions.get(name)!; // cannot be null
103
- const variantInstancePromise = this.createFromDefinition(definition);
104
- this.variantInstancePromises.set(name, variantInstancePromise);
105
- // remove promise after it has been finished
106
- variantInstancePromise.then(() => this.variantInstancePromises.delete(name));
107
-
108
- return variantInstancePromise;
109
- }
110
-
111
- // if we are here, no instance definition of that name exists. throw error.
112
- throw Error(`VariantInstance with name "${name}" neither created nor configured.`);
113
- }
114
-
115
- /**
116
- * Creates and registers a unique {@link VariantInstance}.
117
- *
118
- * @emits {@link Event.VARIANT_INSTANCE_CREATED}
119
- */
120
- public async create(
121
- dottedPath: DottedPathArgument,
122
- name?: string,
123
- parameters?: ParameterBag,
124
- tagManagerParameterValues?: TagManagerParameterValue[]
125
- ): Promise<VariantInstance> {
126
- const variant = DottedPath.create(dottedPath).path;
127
- const definition = {
128
- name: this.ensureUniqueName(name ? name : variant),
129
- variant: variant,
130
- parameters: parameters,
131
- tagManagerParameterValues: tagManagerParameterValues,
132
- };
133
- return await this.createFromDefinition(definition);
134
- }
135
-
136
- /**
137
- * Registers a unique {@link VariantInstanceDefinition}.
138
- *
139
- * @emits {@link Event.VARIANT_INSTANCE_REGISTERED}
140
- */
141
- public register(instanceDefinition: VariantInstanceDefinition): VariantInstanceDefinition {
142
- const name = instanceDefinition.name ? instanceDefinition.name : DottedPath.create(instanceDefinition.variant).path;
143
- instanceDefinition.name = this.ensureUniqueName(name);
144
- this.variantInstanceDefinitions.set(instanceDefinition.name, instanceDefinition);
145
- this.broadcastEvent(Event.VARIANT_INSTANCE_REGISTERED, instanceDefinition);
146
- return instanceDefinition;
147
- }
148
-
149
- /**
150
- * Commits the {@link ParameterBag} to all registered and created {@link VariantInstance}s.
151
- */
152
- public async commitParameters(
153
- parameters: ParameterBag = {},
154
- onlyVisible: boolean = true
155
- ): Promise<VariantInstanceManager> {
156
- this.parameters = merge(this.parameters, parameters);
157
- this.allDefinitions.forEach(definition => (definition.parameters = merge(definition.parameters, this.parameters)));
158
- let instances = this.all;
159
- if (onlyVisible) {
160
- instances = this.all.filter(instance => instance.variant.visible);
161
- }
162
- const promises = instances.map(instance => instance.variant.commitParameters(this.parameters));
163
- await Promise.all(promises);
164
- return this;
165
- }
166
-
167
- /**
168
- * Show one {@link VariantInstance}. If `exclusive` is set to `true` it will hide all other
169
- * instances handled by this {@link VariantInstanceManager}. If the function is called synchronously,
170
- * the calls end up in a queue according to the FIFO principle (the last one wins).
171
- */
172
- public async show(name: string, exclusive: boolean = false): Promise<VariantInstance> {
173
- const promise: Promise<VariantInstance> = new Promise(async resolve => {
174
- if (exclusive) {
175
- this.allDefinitions
176
- .filter(definition => definition.name !== name)
177
- .forEach(definition => {
178
- const parameters: ParameterBag = {};
179
- parameters[Parameter.VISIBLE] = false;
180
- definition.parameters = merge(definition.parameters, parameters);
181
- });
182
- await Promise.all(
183
- this.all
184
- .filter(_instance => _instance.name !== name)
185
- .map(_instance => {
186
- return _instance.variant.hide();
187
- })
188
- );
189
- }
190
- const instance = await this.get(name);
191
- await instance.variant.show();
192
- resolve(instance);
193
- });
194
- if (!this.queues['show']) {
195
- this.queues['show'] = [];
196
- }
197
- this.queues['show'].push(promise);
198
- for (let i = 0; i < this.queues['show'].length; i++) {
199
- const instance = await this.queues['show'][i];
200
- if (exclusive) {
201
- if (i + 1 < this.queues['show'].length) {
202
- await instance.variant.hide();
203
- }
204
- }
205
- }
206
- this.queues['show'] = [];
207
- return promise;
208
- }
209
-
210
- /**
211
- * Clones and registers a new {@link VariantInstance} with a new, unique name.
212
- *
213
- * @param tagMapping Object for renaming tags on the clone, whereas the "key" is the tag name of orignal variant
214
- * instance and the "value" is the new tag name that should be created from it.\
215
- * Check the docs of the tag managers [renaming](https://3dviewer.docs.combeenation.com/pages/documentation/Tag-Manager.html#uniqueness-of-node-and-tag-names)
216
- * chapter for further details.
217
- *
218
- * @emits {@link Event.VARIANT_INSTANCE_CLONED}
219
- */
220
- public async clone(
221
- name: string,
222
- newName: string,
223
- parameters?: ParameterBag,
224
- tagMapping?: TagMapping
225
- ): Promise<VariantInstance> {
226
- if (!this.variantInstances.has(name)) {
227
- throw Error(`VariantInstance with name "${name}" does not exist.`);
228
- }
229
- if (this.viewer.tagManager.parameters.size > 0) {
230
- // visible state of nodes should be updated by tag manager if it is in use
231
- // this logic is programmed in the elements `addParameterObservers` function and will be triggered by setting the
232
- // variants visibility to true
233
- parameters = { [Parameter.VISIBLE]: true, ...(parameters ?? {}) };
234
- }
235
- const variantInstance = this.variantInstances.get(name)!;
236
- const definition = {
237
- name: this.ensureUniqueName(newName ? newName : name),
238
- variant: variantInstance.variant.id,
239
- parameters: parameters,
240
- };
241
- const variantInstanceClone = await VariantInstance.createLiving(
242
- variantInstance.variant,
243
- definition.name,
244
- definition.parameters
245
- );
246
- this.variantInstances.set(definition.name, variantInstanceClone);
247
- reportDuplicateNodeNames(duplicateNodeNames(this.viewer.scene.getNodes(), n => n instanceof TransformNode));
248
- this.viewer.tagManager.mapNodesAndTags(variantInstanceClone.variant.elementNodesFlat, tagMapping ?? {});
249
- await this.viewer.tagManager.applyExistingParameterValuesTo(variantInstanceClone.variant.elementNodesFlat);
250
- variantInstance.broadcastEvent(Event.VARIANT_INSTANCE_CLONED, variantInstanceClone);
251
- return variantInstanceClone;
252
- }
253
-
254
- /**
255
- * Destroys the instance by removing the {@link Variant} and de-registering the instance.
256
- *
257
- * @emits {@link Event.VARIANT_INSTANCE_DESTROYED}
258
- */
259
- public destroy(name: string): VariantInstanceManager {
260
- if (!this.variantInstances.has(name)) {
261
- throw Error(`VariantInstance with name "${name}" does not exist.`);
262
- }
263
- const variantInstance = this.variantInstances.get(name)!;
264
- variantInstance.variant.destroy();
265
- this.variantInstances.delete(name);
266
- variantInstance.broadcastEvent(Event.VARIANT_INSTANCE_DESTROYED, variantInstance);
267
- return this;
268
- }
269
-
270
- /**
271
- * Creates and registers a unique {@link VariantInstance} from `definition`.
272
- *
273
- * @emits {@link Event.VARIANT_INSTANCE_CREATED}
274
- */
275
- protected async createFromDefinition(definition: VariantInstanceDefinition): Promise<VariantInstance> {
276
- if (!definition.name) {
277
- throw new Error(`Given VariantInstanceDefinition ${definition.variant} is missing a name property.`);
278
- }
279
- if (this.variantInstances.has(definition.name)) {
280
- throw new Error(`VariantInstance with name "${definition.name}" is already created.`);
281
- }
282
- if (!this.rootVariant) {
283
- throw new Error(`Viewer has not been properly bootstrapped (rootVariant missing).`);
284
- }
285
- const variant = await this.rootVariant.getDescendant(definition.variant);
286
- const variantInstance = await VariantInstance.createLiving(variant, definition.name, definition.parameters);
287
- this.variantInstances.set(definition.name, variantInstance);
288
- // set tag manager parameter values if all definitions has been created.
289
- if (definition.tagManagerParameterValues && this.areAllDefinitionsCreated) {
290
- await this.viewer.tagManager.setParameterValues(definition.tagManagerParameterValues);
291
- }
292
- this.broadcastEvent(Event.VARIANT_INSTANCE_CREATED, variantInstance);
293
- return variantInstance;
294
- }
295
-
296
- /**
297
- * Creates a unique instance name based on already registered instance names on the {@link VariantInstanceManager}.
298
- * Appends an `_i` to the name where `i = 0` and increments as long as the name is not registered.
299
- */
300
- protected ensureUniqueName(name: string): string {
301
- let instanceName = name;
302
- let i = 1;
303
- while (this.has(instanceName)) {
304
- instanceName = `${name}_${i}`;
305
- i++;
306
- }
307
- return instanceName;
308
- }
309
- }
1
+ import { DottedPath } from '../classes/dottedPath';
2
+ import { Event } from '../classes/event';
3
+ import { EventBroadcaster } from '../classes/eventBroadcaster';
4
+ import { Parameter } from '../classes/parameter';
5
+ import { Variant } from '../classes/variant';
6
+ import { VariantInstance } from '../classes/variantInstance';
7
+ import { SpecStorage } from '../store/specStorage';
8
+ import { duplicateNodeNames, reportDuplicateNodeNames } from '../util/babylonHelper';
9
+ import { TransformNode } from '@babylonjs/core/Meshes/transformNode';
10
+ import { merge } from 'lodash-es';
11
+
12
+ /**
13
+ * There's usually no need to instantiate a {@link VariantInstanceManager} yourself as it is provided by each
14
+ * {@link Viewer} instance via its {@link Viewer.variantInstances}
15
+ */
16
+ export class VariantInstanceManager extends EventBroadcaster {
17
+ protected variantInstancePromises: Map<string, Promise<VariantInstance>> = new Map();
18
+
19
+ protected variantInstances: Map<string, VariantInstance> = new Map();
20
+
21
+ protected variantInstanceDefinitions: Map<string, VariantInstanceDefinition> = new Map();
22
+
23
+ protected parameters: ParameterBag = {};
24
+
25
+ protected queues: { [name: string]: Promise<VariantInstance>[] } = {};
26
+
27
+ /**
28
+ * Constructor.
29
+ */
30
+ protected constructor(public viewer: Viewer, protected rootVariant: Variant) {
31
+ super();
32
+ }
33
+
34
+ /**
35
+ * Creates a {@link VariantInstanceManager} based on given root Variant.
36
+ */
37
+ public static async create(viewer: Viewer): Promise<VariantInstanceManager> {
38
+ const rootVariant = await Variant.createRoot(SpecStorage.getSpec(), viewer);
39
+ return new VariantInstanceManager(viewer, rootVariant);
40
+ }
41
+
42
+ /**
43
+ * Gets all instances.
44
+ */
45
+ get all() {
46
+ return [...this.variantInstances.values()];
47
+ }
48
+
49
+ /**
50
+ * Gets all instance definitions.
51
+ */
52
+ get allDefinitions() {
53
+ return [...this.variantInstanceDefinitions.values()];
54
+ }
55
+
56
+ /**
57
+ * Gets whether all definitions have been created.
58
+ */
59
+ get areAllDefinitionsCreated(): boolean {
60
+ const createdDefinitions = this.allDefinitions.filter(
61
+ definition => this.all.filter(instance => instance.name === definition.name).length > 0
62
+ );
63
+ return this.allDefinitions.length === createdDefinitions.length;
64
+ }
65
+
66
+ /**
67
+ * Gets all {@link VariantInstance}s with given {@link Variant}'s name.
68
+ */
69
+ public allWithVariantName(name: string): VariantInstance[] {
70
+ return this.all.filter(instance => instance.variant.name === name);
71
+ }
72
+
73
+ /**
74
+ * Checks whether a {@link VariantInstance} is either registered or created.
75
+ */
76
+ public has(name: string) {
77
+ return this.variantInstances.has(name) || this.variantInstanceDefinitions.has(name);
78
+ }
79
+
80
+ /**
81
+ * Retrieves a {@link VariantInstance}.
82
+ * If the instance has been created, the created instance will be returned.
83
+ * If the instance is registered, the instance will be created and returned.
84
+ * if the instance has already been requested and is currently pending, the dedicated promise will be returned.
85
+ * If none of these apply, an Error is thrown.
86
+ *
87
+ * @emits {@link Event.VARIANT_INSTANCE_CREATED}
88
+ */
89
+ public async get(name: string): Promise<VariantInstance> {
90
+ // 1) see if we have an instance of that name already and return it if found
91
+ if (this.variantInstances.has(name)) {
92
+ return this.variantInstances.get(name)!; // cannot be null, hence the exclamation mark
93
+ }
94
+
95
+ // 2) try to get promise from list of requested instances and return it if found
96
+ if (this.variantInstancePromises.has(name)) {
97
+ return this.variantInstancePromises.get(name)!;
98
+ }
99
+
100
+ // 3) see if there's a definition of that name, create an instance from it and store the related promise
101
+ if (this.variantInstanceDefinitions.has(name)) {
102
+ const definition = this.variantInstanceDefinitions.get(name)!; // cannot be null
103
+ const variantInstancePromise = this.createFromDefinition(definition);
104
+ this.variantInstancePromises.set(name, variantInstancePromise);
105
+ // remove promise after it has been finished
106
+ variantInstancePromise.then(() => this.variantInstancePromises.delete(name));
107
+
108
+ return variantInstancePromise;
109
+ }
110
+
111
+ // if we are here, no instance definition of that name exists. throw error.
112
+ throw Error(`VariantInstance with name "${name}" neither created nor configured.`);
113
+ }
114
+
115
+ /**
116
+ * Creates and registers a unique {@link VariantInstance}.
117
+ *
118
+ * @emits {@link Event.VARIANT_INSTANCE_CREATED}
119
+ */
120
+ public async create(
121
+ dottedPath: DottedPathArgument,
122
+ name?: string,
123
+ parameters?: ParameterBag
124
+ ): Promise<VariantInstance> {
125
+ const variant = DottedPath.create(dottedPath).path;
126
+ const definition = {
127
+ name: this.ensureUniqueName(name ? name : variant),
128
+ variant: variant,
129
+ parameters: parameters,
130
+ };
131
+ return await this.createFromDefinition(definition);
132
+ }
133
+
134
+ /**
135
+ * Registers a unique {@link VariantInstanceDefinition}.
136
+ *
137
+ * @emits {@link Event.VARIANT_INSTANCE_REGISTERED}
138
+ */
139
+ public register(instanceDefinition: VariantInstanceDefinition): VariantInstanceDefinition {
140
+ const name = instanceDefinition.name ? instanceDefinition.name : DottedPath.create(instanceDefinition.variant).path;
141
+ instanceDefinition.name = this.ensureUniqueName(name);
142
+ this.variantInstanceDefinitions.set(instanceDefinition.name, instanceDefinition);
143
+ this.broadcastEvent(Event.VARIANT_INSTANCE_REGISTERED, instanceDefinition);
144
+ return instanceDefinition;
145
+ }
146
+
147
+ /**
148
+ * Commits the {@link ParameterBag} to all registered and created {@link VariantInstance}s.
149
+ */
150
+ public async commitParameters(
151
+ parameters: ParameterBag = {},
152
+ onlyVisible: boolean = true
153
+ ): Promise<VariantInstanceManager> {
154
+ this.parameters = merge(this.parameters, parameters);
155
+ this.allDefinitions.forEach(definition => (definition.parameters = merge(definition.parameters, this.parameters)));
156
+ let instances = this.all;
157
+ if (onlyVisible) {
158
+ instances = this.all.filter(instance => instance.variant.visible);
159
+ }
160
+ const promises = instances.map(instance => instance.variant.commitParameters(this.parameters));
161
+ await Promise.all(promises);
162
+ return this;
163
+ }
164
+
165
+ /**
166
+ * Show one {@link VariantInstance}. If `exclusive` is set to `true` it will hide all other
167
+ * instances handled by this {@link VariantInstanceManager}. If the function is called synchronously,
168
+ * the calls end up in a queue according to the FIFO principle (the last one wins).
169
+ */
170
+ public async show(name: string, exclusive: boolean = false): Promise<VariantInstance> {
171
+ const promise: Promise<VariantInstance> = new Promise(async resolve => {
172
+ if (exclusive) {
173
+ this.allDefinitions
174
+ .filter(definition => definition.name !== name)
175
+ .forEach(definition => {
176
+ const parameters: ParameterBag = {};
177
+ parameters[Parameter.VISIBLE] = false;
178
+ definition.parameters = merge(definition.parameters, parameters);
179
+ });
180
+ await Promise.all(
181
+ this.all
182
+ .filter(_instance => _instance.name !== name)
183
+ .map(_instance => {
184
+ return _instance.variant.hide();
185
+ })
186
+ );
187
+ }
188
+ const instance = await this.get(name);
189
+ await instance.variant.show();
190
+ resolve(instance);
191
+ });
192
+ if (!this.queues['show']) {
193
+ this.queues['show'] = [];
194
+ }
195
+ this.queues['show'].push(promise);
196
+ for (let i = 0; i < this.queues['show'].length; i++) {
197
+ const instance = await this.queues['show'][i];
198
+ if (exclusive) {
199
+ if (i + 1 < this.queues['show'].length) {
200
+ await instance.variant.hide();
201
+ }
202
+ }
203
+ }
204
+ this.queues['show'] = [];
205
+ return promise;
206
+ }
207
+
208
+ /**
209
+ * Clones and registers a new {@link VariantInstance} with a new, unique name.
210
+ *
211
+ * @param tagMapping Object for renaming tags on the clone, whereas the "key" is the tag name of orignal variant
212
+ * instance and the "value" is the new tag name that should be created from it.\
213
+ * Check the docs of the tag managers [renaming](https://3dviewer.docs.combeenation.com/pages/documentation/Tag-Manager.html#uniqueness-of-node-and-tag-names)
214
+ * chapter for further details.
215
+ *
216
+ * @emits {@link Event.VARIANT_INSTANCE_CLONED}
217
+ */
218
+ public async clone(
219
+ name: string,
220
+ newName: string,
221
+ parameters?: ParameterBag,
222
+ tagMapping?: TagMapping
223
+ ): Promise<VariantInstance> {
224
+ if (!this.variantInstances.has(name)) {
225
+ throw Error(`VariantInstance with name "${name}" does not exist.`);
226
+ }
227
+ if (this.viewer.tagManager.parameters.size > 0) {
228
+ // visible state of nodes should be updated by tag manager if it is in use
229
+ // this logic is programmed in the elements `addParameterObservers` function and will be triggered by setting the
230
+ // variants visibility to true
231
+ parameters = { [Parameter.VISIBLE]: true, ...(parameters ?? {}) };
232
+ }
233
+ const variantInstance = this.variantInstances.get(name)!;
234
+ const definition = {
235
+ name: this.ensureUniqueName(newName ? newName : name),
236
+ variant: variantInstance.variant.id,
237
+ parameters: parameters,
238
+ };
239
+ const variantInstanceClone = await VariantInstance.createLiving(
240
+ variantInstance.variant,
241
+ definition.name,
242
+ definition.parameters
243
+ );
244
+ this.variantInstances.set(definition.name, variantInstanceClone);
245
+ reportDuplicateNodeNames(duplicateNodeNames(this.viewer.scene.getNodes(), n => n instanceof TransformNode));
246
+ this.viewer.tagManager.mapNodesAndTags(variantInstanceClone.variant.elementNodesFlat, tagMapping ?? {});
247
+ await this.viewer.tagManager.applyExistingParameterValuesTo([
248
+ ...variantInstanceClone.variant.elementNodesFlat,
249
+ ...variantInstanceClone.variant.elementAbstractMeshesFlat.map(n => n.material!).filter(m => !!m),
250
+ ]);
251
+ variantInstance.broadcastEvent(Event.VARIANT_INSTANCE_CLONED, variantInstanceClone);
252
+ return variantInstanceClone;
253
+ }
254
+
255
+ /**
256
+ * Destroys the instance by removing the {@link Variant} and de-registering the instance.
257
+ *
258
+ * @emits {@link Event.VARIANT_INSTANCE_DESTROYED}
259
+ */
260
+ public destroy(name: string): VariantInstanceManager {
261
+ if (!this.variantInstances.has(name)) {
262
+ throw Error(`VariantInstance with name "${name}" does not exist.`);
263
+ }
264
+ const variantInstance = this.variantInstances.get(name)!;
265
+ variantInstance.variant.destroy();
266
+ this.variantInstances.delete(name);
267
+ variantInstance.broadcastEvent(Event.VARIANT_INSTANCE_DESTROYED, variantInstance);
268
+ return this;
269
+ }
270
+
271
+ /**
272
+ * Creates and registers a unique {@link VariantInstance} from `definition`.
273
+ *
274
+ * @emits {@link Event.VARIANT_INSTANCE_CREATED}
275
+ */
276
+ protected async createFromDefinition(definition: VariantInstanceDefinition): Promise<VariantInstance> {
277
+ if (!definition.name) {
278
+ throw new Error(`Given VariantInstanceDefinition ${definition.variant} is missing a name property.`);
279
+ }
280
+ if (this.variantInstances.has(definition.name)) {
281
+ throw new Error(`VariantInstance with name "${definition.name}" is already created.`);
282
+ }
283
+ if (!this.rootVariant) {
284
+ throw new Error(`Viewer has not been properly bootstrapped (rootVariant missing).`);
285
+ }
286
+ const variant = await this.rootVariant.getDescendant(definition.variant);
287
+ const variantInstance = await VariantInstance.createLiving(variant, definition.name, definition.parameters);
288
+ this.variantInstances.set(definition.name, variantInstance);
289
+ this.broadcastEvent(Event.VARIANT_INSTANCE_CREATED, variantInstance);
290
+ return variantInstance;
291
+ }
292
+
293
+ /**
294
+ * Creates a unique instance name based on already registered instance names on the {@link VariantInstanceManager}.
295
+ * Appends an `_i` to the name where `i = 0` and increments as long as the name is not registered.
296
+ */
297
+ protected ensureUniqueName(name: string): string {
298
+ let instanceName = name;
299
+ let i = 1;
300
+ while (this.has(instanceName)) {
301
+ instanceName = `${name}_${i}`;
302
+ i++;
303
+ }
304
+ return instanceName;
305
+ }
306
+ }