@dcl/playground-assets 7.1.10-4813615326.commit-e5fbd2f → 7.1.10-4820554805.commit-a6884eb
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/alpha.d.ts +4 -4
- package/dist/beta.d.ts +4 -4
- package/dist/index.bundled.d.ts +4 -4
- package/dist/index.js +6 -6
- package/dist/index.js.map +2 -2
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +4 -4
- package/etc/playground-assets.api.json +17 -17
- package/etc/playground-assets.api.md +2 -2
- package/package.json +4 -4
package/dist/alpha.d.ts
CHANGED
|
@@ -3652,10 +3652,10 @@ export declare interface PBEngineInfo {
|
|
|
3652
3652
|
export declare interface PBGltfContainer {
|
|
3653
3653
|
/** the GLTF file path as listed in the scene's manifest. */
|
|
3654
3654
|
src: string;
|
|
3655
|
-
/**
|
|
3656
|
-
|
|
3657
|
-
/**
|
|
3658
|
-
|
|
3655
|
+
/** default: 0 */
|
|
3656
|
+
visibleMeshesCollisionMask?: number | undefined;
|
|
3657
|
+
/** default: CL_POINTER | CL_PHYSICS */
|
|
3658
|
+
invisibleMeshesCollisionMask?: number | undefined;
|
|
3659
3659
|
}
|
|
3660
3660
|
|
|
3661
3661
|
/**
|
package/dist/beta.d.ts
CHANGED
|
@@ -3648,10 +3648,10 @@ export declare interface PBEngineInfo {
|
|
|
3648
3648
|
export declare interface PBGltfContainer {
|
|
3649
3649
|
/** the GLTF file path as listed in the scene's manifest. */
|
|
3650
3650
|
src: string;
|
|
3651
|
-
/**
|
|
3652
|
-
|
|
3653
|
-
/**
|
|
3654
|
-
|
|
3651
|
+
/** default: 0 */
|
|
3652
|
+
visibleMeshesCollisionMask?: number | undefined;
|
|
3653
|
+
/** default: CL_POINTER | CL_PHYSICS */
|
|
3654
|
+
invisibleMeshesCollisionMask?: number | undefined;
|
|
3655
3655
|
}
|
|
3656
3656
|
|
|
3657
3657
|
/**
|
package/dist/index.bundled.d.ts
CHANGED
|
@@ -3648,10 +3648,10 @@ export declare interface PBEngineInfo {
|
|
|
3648
3648
|
export declare interface PBGltfContainer {
|
|
3649
3649
|
/** the GLTF file path as listed in the scene's manifest. */
|
|
3650
3650
|
src: string;
|
|
3651
|
-
/**
|
|
3652
|
-
|
|
3653
|
-
/**
|
|
3654
|
-
|
|
3651
|
+
/** default: 0 */
|
|
3652
|
+
visibleMeshesCollisionMask?: number | undefined;
|
|
3653
|
+
/** default: CL_POINTER | CL_PHYSICS */
|
|
3654
|
+
invisibleMeshesCollisionMask?: number | undefined;
|
|
3655
3655
|
}
|
|
3656
3656
|
|
|
3657
3657
|
/**
|