@dcl/playground-assets 7.0.6-3832283592.commit-1c3d2d6 → 7.0.6-3849904041.commit-fa1984a

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
- "version": "7.0.6-3832283592.commit-1c3d2d6",
3
+ "version": "7.0.6-3849904041.commit-fa1984a",
4
4
  "description": "",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",
@@ -27,7 +27,8 @@
27
27
  "@dcl/kernel": "2.0.0-3766760530.commit-239d2a9",
28
28
  "@dcl/react-ecs": "file:../react-ecs",
29
29
  "@dcl/unity-renderer": "1.0.68557-20221221195847.commit-f743b85",
30
- "arg": "5.0.2"
30
+ "arg": "5.0.2",
31
+ "ora": "6.1.2"
31
32
  },
32
33
  "minCliVersion": "3.14.1",
33
34
  "typedoc": {
@@ -36,5 +37,5 @@
36
37
  "displayName": "SDK",
37
38
  "tsconfig": "./tsconfig.json"
38
39
  },
39
- "commit": "1c3d2d63b097567bbeb7f8094da880852d8415b7"
40
+ "commit": "fa1984abd150e8fef64f425b04a94fe2da914e2d"
40
41
  }
@@ -18,7 +18,7 @@ Material.create(createSphere(15, 1, 15), {
18
18
  material: {
19
19
  $case: 'pbr',
20
20
  pbr: {
21
- albedoColor: { r: 0, g: 0, b: 1 },
21
+ albedoColor: { r: 0, g: 0, b: 1, a: 1 },
22
22
  reflectivityColor: { r: 0.5, g: 0.5, b: 0.5 },
23
23
  metallic: 0.8,
24
24
  roughness: 0.1
@@ -30,7 +30,7 @@ Material.create(createSphere(13, 1, 15), {
30
30
  material: {
31
31
  $case: 'pbr',
32
32
  pbr: {
33
- albedoColor: { r: 1, g: 1, b: 0 },
33
+ albedoColor: { r: 1, g: 1, b: 0, a: 1 },
34
34
  reflectivityColor: { r: 0.5, g: 0.5, b: 0.5 },
35
35
  metallic: 0.1,
36
36
  roughness: 0.8,
@@ -45,7 +45,7 @@ Material.create(createSphere(11, 1, 15), {
45
45
  material: {
46
46
  $case: 'pbr',
47
47
  pbr: {
48
- albedoColor: { r: 0, g: 0, b: 1 },
48
+ albedoColor: { r: 0, g: 0, b: 1, a: 1 },
49
49
  reflectivityColor: { r: 0.5, g: 0.5, b: 0.5 },
50
50
  metallic: 0.1,
51
51
  roughness: 0.1
@@ -3102,7 +3102,7 @@ export declare interface PBMaterial_PbrMaterial {
3102
3102
  /** default = null */
3103
3103
  bumpTexture?: TextureUnion | undefined;
3104
3104
  /** default = white; */
3105
- albedoColor?: PBColor3 | undefined;
3105
+ albedoColor?: PBColor4 | undefined;
3106
3106
  /** default = black; */
3107
3107
  emissiveColor?: PBColor3 | undefined;
3108
3108
  /** default = white; */
@@ -27233,8 +27233,8 @@
27233
27233
  },
27234
27234
  {
27235
27235
  "kind": "Reference",
27236
- "text": "Color3",
27237
- "canonicalReference": "@dcl/playground-assets!PBColor3:interface"
27236
+ "text": "Color4",
27237
+ "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
27238
27238
  },
27239
27239
  {
27240
27240
  "kind": "Content",
@@ -1839,7 +1839,7 @@ export const PBMaterial: {
1839
1839
  //
1840
1840
  // @public (undocumented)
1841
1841
  export interface PBMaterial_PbrMaterial {
1842
- albedoColor?: PBColor3 | undefined;
1842
+ albedoColor?: PBColor4 | undefined;
1843
1843
  alphaTest?: number | undefined;
1844
1844
  alphaTexture?: TextureUnion | undefined;
1845
1845
  bumpTexture?: TextureUnion | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
- "version": "7.0.6-3832283592.commit-1c3d2d6",
3
+ "version": "7.0.6-3849904041.commit-fa1984a",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",
@@ -17,12 +17,12 @@
17
17
  "author": "Decentraland",
18
18
  "license": "Apache-2.0",
19
19
  "dependencies": {
20
- "@dcl/sdk": "7.0.6-3832283592.commit-1c3d2d6"
20
+ "@dcl/sdk": "7.0.6-3849904041.commit-fa1984a"
21
21
  },
22
22
  "minCliVersion": "3.12.3",
23
23
  "files": [
24
24
  "dist",
25
25
  "etc"
26
26
  ],
27
- "commit": "1c3d2d63b097567bbeb7f8094da880852d8415b7"
27
+ "commit": "fa1984abd150e8fef64f425b04a94fe2da914e2d"
28
28
  }