@dcl/playground-assets 7.9.6-17042664654.commit-6b04d5c → 7.9.7-17068748871.commit-5d621a3

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.9.6-17042664654.commit-6b04d5c",
4
+ "version": "7.9.7-17068748871.commit-5d621a3",
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": "6b04d5cdc5611fe40c1377a47ebf5f593578cdc3"
38
+ "commit": "5d621a3e2ee7416ab55f56ba4dc8f41f9be6bce2"
39
39
  }
@@ -5899,6 +5899,7 @@ export declare namespace PBVideoPlayer {
5899
5899
  * an 'instant' transition (like using speed/time = 0)
5900
5900
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
5901
5901
  * the holding entity transform).
5902
+ * * The fov defines the Field of View of the virtual camera
5902
5903
  */
5903
5904
  /**
5904
5905
  * @public
@@ -5906,6 +5907,8 @@ export declare namespace PBVideoPlayer {
5906
5907
  export declare interface PBVirtualCamera {
5907
5908
  defaultTransition?: CameraTransition | undefined;
5908
5909
  lookAtEntity?: number | undefined;
5910
+ /** default: 60 */
5911
+ fov?: number | undefined;
5909
5912
  }
5910
5913
 
5911
5914
  /**
@@ -57953,6 +57953,33 @@
57953
57953
  "endIndex": 3
57954
57954
  }
57955
57955
  },
57956
+ {
57957
+ "kind": "PropertySignature",
57958
+ "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
57959
+ "docComment": "/**\n * default: 60\n */\n",
57960
+ "excerptTokens": [
57961
+ {
57962
+ "kind": "Content",
57963
+ "text": "fov?: "
57964
+ },
57965
+ {
57966
+ "kind": "Content",
57967
+ "text": "number | undefined"
57968
+ },
57969
+ {
57970
+ "kind": "Content",
57971
+ "text": ";"
57972
+ }
57973
+ ],
57974
+ "isReadonly": false,
57975
+ "isOptional": true,
57976
+ "releaseTag": "Public",
57977
+ "name": "fov",
57978
+ "propertyTypeTokenRange": {
57979
+ "startIndex": 1,
57980
+ "endIndex": 2
57981
+ }
57982
+ },
57956
57983
  {
57957
57984
  "kind": "PropertySignature",
57958
57985
  "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
@@ -3423,6 +3423,7 @@ export namespace PBVideoPlayer {
3423
3423
  export interface PBVirtualCamera {
3424
3424
  // (undocumented)
3425
3425
  defaultTransition?: CameraTransition | undefined;
3426
+ fov?: number | undefined;
3426
3427
  // (undocumented)
3427
3428
  lookAtEntity?: number | undefined;
3428
3429
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.9.6-17042664654.commit-6b04d5c",
4
+ "version": "7.9.7-17068748871.commit-5d621a3",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.9.6-17042664654.commit-6b04d5c",
8
- "@dcl/sdk": "7.9.6-17042664654.commit-6b04d5c"
7
+ "@dcl/js-runtime": "7.9.7-17068748871.commit-5d621a3",
8
+ "@dcl/sdk": "7.9.7-17068748871.commit-5d621a3"
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": "6b04d5cdc5611fe40c1377a47ebf5f593578cdc3"
35
+ "commit": "5d621a3e2ee7416ab55f56ba4dc8f41f9be6bce2"
36
36
  }