@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.
package/dist/alpha.d.ts CHANGED
@@ -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
  /**
package/dist/beta.d.ts CHANGED
@@ -5871,6 +5871,7 @@ export declare namespace PBVideoPlayer {
5871
5871
  * an 'instant' transition (like using speed/time = 0)
5872
5872
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
5873
5873
  * the holding entity transform).
5874
+ * * The fov defines the Field of View of the virtual camera
5874
5875
  */
5875
5876
  /**
5876
5877
  * @public
@@ -5878,6 +5879,8 @@ export declare namespace PBVideoPlayer {
5878
5879
  export declare interface PBVirtualCamera {
5879
5880
  defaultTransition?: CameraTransition | undefined;
5880
5881
  lookAtEntity?: number | undefined;
5882
+ /** default: 60 */
5883
+ fov?: number | undefined;
5881
5884
  }
5882
5885
 
5883
5886
  /**
@@ -5871,6 +5871,7 @@ export declare namespace PBVideoPlayer {
5871
5871
  * an 'instant' transition (like using speed/time = 0)
5872
5872
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
5873
5873
  * the holding entity transform).
5874
+ * * The fov defines the Field of View of the virtual camera
5874
5875
  */
5875
5876
  /**
5876
5877
  * @public
@@ -5878,6 +5879,8 @@ export declare namespace PBVideoPlayer {
5878
5879
  export declare interface PBVirtualCamera {
5879
5880
  defaultTransition?: CameraTransition | undefined;
5880
5881
  lookAtEntity?: number | undefined;
5882
+ /** default: 60 */
5883
+ fov?: number | undefined;
5881
5884
  }
5882
5885
 
5883
5886
  /**