@dcl/playground-assets 7.10.3-18106625709.commit-1bcaa4a → 7.10.3-18110910324.commit-20b1978

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.10.3-18106625709.commit-1bcaa4a",
4
+ "version": "7.10.3-18110910324.commit-20b1978",
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": "1bcaa4aa66245ab02561c033a0a0651eed1260f3"
38
+ "commit": "20b1978008d89a9d9bb851ccc8d055468a6133a8"
39
39
  }
@@ -5989,6 +5989,7 @@ export declare namespace PBVideoPlayer {
5989
5989
  * an 'instant' transition (like using speed/time = 0)
5990
5990
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
5991
5991
  * the holding entity transform).
5992
+ * * The fov defines the Field of View of the virtual camera
5992
5993
  */
5993
5994
  /**
5994
5995
  * @public
@@ -5996,6 +5997,8 @@ export declare namespace PBVideoPlayer {
5996
5997
  export declare interface PBVirtualCamera {
5997
5998
  defaultTransition?: CameraTransition | undefined;
5998
5999
  lookAtEntity?: number | undefined;
6000
+ /** default: 60 */
6001
+ fov?: number | undefined;
5999
6002
  }
6000
6003
 
6001
6004
  /**
@@ -58960,6 +58960,33 @@
58960
58960
  "endIndex": 3
58961
58961
  }
58962
58962
  },
58963
+ {
58964
+ "kind": "PropertySignature",
58965
+ "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
58966
+ "docComment": "/**\n * default: 60\n */\n",
58967
+ "excerptTokens": [
58968
+ {
58969
+ "kind": "Content",
58970
+ "text": "fov?: "
58971
+ },
58972
+ {
58973
+ "kind": "Content",
58974
+ "text": "number | undefined"
58975
+ },
58976
+ {
58977
+ "kind": "Content",
58978
+ "text": ";"
58979
+ }
58980
+ ],
58981
+ "isReadonly": false,
58982
+ "isOptional": true,
58983
+ "releaseTag": "Public",
58984
+ "name": "fov",
58985
+ "propertyTypeTokenRange": {
58986
+ "startIndex": 1,
58987
+ "endIndex": 2
58988
+ }
58989
+ },
58963
58990
  {
58964
58991
  "kind": "PropertySignature",
58965
58992
  "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
@@ -3475,6 +3475,7 @@ export namespace PBVideoPlayer {
3475
3475
  export interface PBVirtualCamera {
3476
3476
  // (undocumented)
3477
3477
  defaultTransition?: CameraTransition | undefined;
3478
+ fov?: number | undefined;
3478
3479
  // (undocumented)
3479
3480
  lookAtEntity?: number | undefined;
3480
3481
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.10.3-18106625709.commit-1bcaa4a",
4
+ "version": "7.10.3-18110910324.commit-20b1978",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.10.3-18106625709.commit-1bcaa4a",
8
- "@dcl/sdk": "7.10.3-18106625709.commit-1bcaa4a"
7
+ "@dcl/js-runtime": "7.10.3-18110910324.commit-20b1978",
8
+ "@dcl/sdk": "7.10.3-18110910324.commit-20b1978"
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": "1bcaa4aa66245ab02561c033a0a0651eed1260f3"
35
+ "commit": "20b1978008d89a9d9bb851ccc8d055468a6133a8"
36
36
  }