@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 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
- /** disable automatic physics collider creation (default: false) */
3656
- disablePhysicsColliders?: boolean | undefined;
3657
- /** copies the visible meshes into a virtual MeshCollider with CL_POINTER collider_mask (default: false) */
3658
- createPointerColliders?: boolean | undefined;
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
- /** disable automatic physics collider creation (default: false) */
3652
- disablePhysicsColliders?: boolean | undefined;
3653
- /** copies the visible meshes into a virtual MeshCollider with CL_POINTER collider_mask (default: false) */
3654
- createPointerColliders?: boolean | undefined;
3651
+ /** default: 0 */
3652
+ visibleMeshesCollisionMask?: number | undefined;
3653
+ /** default: CL_POINTER | CL_PHYSICS */
3654
+ invisibleMeshesCollisionMask?: number | undefined;
3655
3655
  }
3656
3656
 
3657
3657
  /**
@@ -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
- /** disable automatic physics collider creation (default: false) */
3652
- disablePhysicsColliders?: boolean | undefined;
3653
- /** copies the visible meshes into a virtual MeshCollider with CL_POINTER collider_mask (default: false) */
3654
- createPointerColliders?: boolean | undefined;
3651
+ /** default: 0 */
3652
+ visibleMeshesCollisionMask?: number | undefined;
3653
+ /** default: CL_POINTER | CL_PHYSICS */
3654
+ invisibleMeshesCollisionMask?: number | undefined;
3655
3655
  }
3656
3656
 
3657
3657
  /**