@dcl/playground-assets 7.10.3-18110910324.commit-20b1978 → 7.10.4

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
@@ -5989,7 +5989,6 @@ 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
5993
5992
  */
5994
5993
  /**
5995
5994
  * @public
@@ -5997,8 +5996,6 @@ export declare namespace PBVideoPlayer {
5997
5996
  export declare interface PBVirtualCamera {
5998
5997
  defaultTransition?: CameraTransition | undefined;
5999
5998
  lookAtEntity?: number | undefined;
6000
- /** default: 60 */
6001
- fov?: number | undefined;
6002
5999
  }
6003
6000
 
6004
6001
  /**
package/dist/beta.d.ts CHANGED
@@ -5961,7 +5961,6 @@ export declare namespace PBVideoPlayer {
5961
5961
  * an 'instant' transition (like using speed/time = 0)
5962
5962
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
5963
5963
  * the holding entity transform).
5964
- * * The fov defines the Field of View of the virtual camera
5965
5964
  */
5966
5965
  /**
5967
5966
  * @public
@@ -5969,8 +5968,6 @@ export declare namespace PBVideoPlayer {
5969
5968
  export declare interface PBVirtualCamera {
5970
5969
  defaultTransition?: CameraTransition | undefined;
5971
5970
  lookAtEntity?: number | undefined;
5972
- /** default: 60 */
5973
- fov?: number | undefined;
5974
5971
  }
5975
5972
 
5976
5973
  /**
@@ -5961,7 +5961,6 @@ export declare namespace PBVideoPlayer {
5961
5961
  * an 'instant' transition (like using speed/time = 0)
5962
5962
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
5963
5963
  * the holding entity transform).
5964
- * * The fov defines the Field of View of the virtual camera
5965
5964
  */
5966
5965
  /**
5967
5966
  * @public
@@ -5969,8 +5968,6 @@ export declare namespace PBVideoPlayer {
5969
5968
  export declare interface PBVirtualCamera {
5970
5969
  defaultTransition?: CameraTransition | undefined;
5971
5970
  lookAtEntity?: number | undefined;
5972
- /** default: 60 */
5973
- fov?: number | undefined;
5974
5971
  }
5975
5972
 
5976
5973
  /**