@dcl/playground-assets 7.6.3-11329720055.commit-aeb6a17 → 7.6.3-11407444266.commit-d9e3bec

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.6.3-11329720055.commit-aeb6a17",
4
+ "version": "7.6.3-11407444266.commit-d9e3bec",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -35,5 +35,5 @@
35
35
  },
36
36
  "types": "./index.d.ts",
37
37
  "typings": "./index.d.ts",
38
- "commit": "aeb6a174ef40d64b057f9b6a37e62242fa6925ce"
38
+ "commit": "d9e3bec5637b6cef47ac088cda87fbdd3c8b9aff"
39
39
  }
@@ -4549,7 +4549,7 @@ export declare interface PBMaterial_PbrMaterial {
4549
4549
  alphaTest?: number | undefined;
4550
4550
  /** default = true */
4551
4551
  castShadows?: boolean | undefined;
4552
- /** default = null */
4552
+ /** @deprecated Alpha textures are no longer supported on PBRMaterial and UnlitMaterial.alphaTexture should be used instead. */
4553
4553
  alphaTexture?: TextureUnion | undefined;
4554
4554
  /** default = null */
4555
4555
  emissiveTexture?: TextureUnion | undefined;
@@ -4595,6 +4595,8 @@ export declare interface PBMaterial_UnlitMaterial {
4595
4595
  castShadows?: boolean | undefined;
4596
4596
  /** default = white; */
4597
4597
  diffuseColor?: PBColor4 | undefined;
4598
+ /** default = null */
4599
+ alphaTexture?: TextureUnion | undefined;
4598
4600
  }
4599
4601
 
4600
4602
  /**
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.9"
8
+ "packageVersion": "7.47.11"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.47.9",
4
+ "toolVersion": "7.47.11",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -41689,7 +41689,7 @@
41689
41689
  {
41690
41690
  "kind": "PropertySignature",
41691
41691
  "canonicalReference": "@dcl/playground-assets!PBMaterial_PbrMaterial#alphaTexture:member",
41692
- "docComment": "/**\n * default = null\n */\n",
41692
+ "docComment": "/**\n * @deprecated\n *\n * Alpha textures are no longer supported on PBRMaterial and UnlitMaterial.alphaTexture should be used instead.\n */\n",
41693
41693
  "excerptTokens": [
41694
41694
  {
41695
41695
  "kind": "Content",
@@ -42268,6 +42268,38 @@
42268
42268
  "endIndex": 2
42269
42269
  }
42270
42270
  },
42271
+ {
42272
+ "kind": "PropertySignature",
42273
+ "canonicalReference": "@dcl/playground-assets!PBMaterial_UnlitMaterial#alphaTexture:member",
42274
+ "docComment": "/**\n * default = null\n */\n",
42275
+ "excerptTokens": [
42276
+ {
42277
+ "kind": "Content",
42278
+ "text": "alphaTexture?: "
42279
+ },
42280
+ {
42281
+ "kind": "Reference",
42282
+ "text": "TextureUnion",
42283
+ "canonicalReference": "@dcl/playground-assets!TextureUnion"
42284
+ },
42285
+ {
42286
+ "kind": "Content",
42287
+ "text": " | undefined"
42288
+ },
42289
+ {
42290
+ "kind": "Content",
42291
+ "text": ";"
42292
+ }
42293
+ ],
42294
+ "isReadonly": false,
42295
+ "isOptional": true,
42296
+ "releaseTag": "Public",
42297
+ "name": "alphaTexture",
42298
+ "propertyTypeTokenRange": {
42299
+ "startIndex": 1,
42300
+ "endIndex": 3
42301
+ }
42302
+ },
42271
42303
  {
42272
42304
  "kind": "PropertySignature",
42273
42305
  "canonicalReference": "@dcl/playground-assets!PBMaterial_UnlitMaterial#castShadows:member",
@@ -2418,6 +2418,7 @@ export namespace PBMaterial {
2418
2418
  export interface PBMaterial_PbrMaterial {
2419
2419
  albedoColor?: PBColor4 | undefined;
2420
2420
  alphaTest?: number | undefined;
2421
+ // @deprecated (undocumented)
2421
2422
  alphaTexture?: TextureUnion | undefined;
2422
2423
  bumpTexture?: TextureUnion | undefined;
2423
2424
  castShadows?: boolean | undefined;
@@ -2444,6 +2445,7 @@ export namespace PBMaterial_PbrMaterial {
2444
2445
  // @public (undocumented)
2445
2446
  export interface PBMaterial_UnlitMaterial {
2446
2447
  alphaTest?: number | undefined;
2448
+ alphaTexture?: TextureUnion | undefined;
2447
2449
  castShadows?: boolean | undefined;
2448
2450
  diffuseColor?: PBColor4 | undefined;
2449
2451
  texture?: TextureUnion | undefined;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.6.3-11329720055.commit-aeb6a17",
4
+ "version": "7.6.3-11407444266.commit-d9e3bec",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.6.3-11329720055.commit-aeb6a17",
8
- "@dcl/sdk": "7.6.3-11329720055.commit-aeb6a17"
7
+ "@dcl/js-runtime": "7.6.3-11407444266.commit-d9e3bec",
8
+ "@dcl/sdk": "7.6.3-11407444266.commit-d9e3bec"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@microsoft/api-extractor": "^7.33.8"
@@ -32,5 +32,5 @@
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "typings": "./dist/index.d.ts",
35
- "commit": "aeb6a174ef40d64b057f9b6a37e62242fa6925ce"
35
+ "commit": "d9e3bec5637b6cef47ac088cda87fbdd3c8b9aff"
36
36
  }