@colijnit/configuratorcore 262.1.5 → 262.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -125,6 +125,7 @@ declare class VariationHelper extends VariationCacheHelper {
|
|
|
125
125
|
clearCache(): void;
|
|
126
126
|
loadPart(assetPath: string, parts: any[], obj: Object3D, usePbr?: boolean): Promise<void>;
|
|
127
127
|
loadVariation(assetPath: string, parts: any[], obj: Object3D, usePbr?: boolean): Promise<void>;
|
|
128
|
+
getFileNameFromUrl(url: string): string;
|
|
128
129
|
loadVariationFromLocalFile(id: string, file: any, obj: Object3D): Promise<void>;
|
|
129
130
|
loadVariationForMaterial(gameObject: string): Promise<any>;
|
|
130
131
|
loadVariationByAssetUrl(assetUrl: string): Promise<any>;
|
|
@@ -329,7 +330,6 @@ declare class ThreedUtils {
|
|
|
329
330
|
loadGlbModel(file: string, cleanUp?: boolean, dracoPath?: string): Promise<THREE.Object3D>;
|
|
330
331
|
loadGlbSource(file: string, setVisibleFalse?: boolean, dracoPath?: string): Promise<THREE.Object3D>;
|
|
331
332
|
textureFromUrl(url: string): Promise<any>;
|
|
332
|
-
cleanedUpObjectsWeb(object: Object3D, cleanUp?: boolean): Object3D;
|
|
333
333
|
private _cleanedUpObjects;
|
|
334
334
|
private _addGroupChildrenToObject;
|
|
335
335
|
private _iterateChildren;
|