@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.
- package/dist/alpha.d.ts +3 -0
- package/dist/beta.d.ts +3 -0
- package/dist/index.bundled.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +3 -0
- package/etc/playground-assets.api.json +27 -0
- package/etc/playground-assets.api.md +1 -0
- package/package.json +4 -4
package/dist/alpha.d.ts
CHANGED
@@ -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
|
/**
|
package/dist/beta.d.ts
CHANGED
@@ -5961,6 +5961,7 @@ 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
|
5964
5965
|
*/
|
5965
5966
|
/**
|
5966
5967
|
* @public
|
@@ -5968,6 +5969,8 @@ export declare namespace PBVideoPlayer {
|
|
5968
5969
|
export declare interface PBVirtualCamera {
|
5969
5970
|
defaultTransition?: CameraTransition | undefined;
|
5970
5971
|
lookAtEntity?: number | undefined;
|
5972
|
+
/** default: 60 */
|
5973
|
+
fov?: number | undefined;
|
5971
5974
|
}
|
5972
5975
|
|
5973
5976
|
/**
|
package/dist/index.bundled.d.ts
CHANGED
@@ -5961,6 +5961,7 @@ 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
|
5964
5965
|
*/
|
5965
5966
|
/**
|
5966
5967
|
* @public
|
@@ -5968,6 +5969,8 @@ export declare namespace PBVideoPlayer {
|
|
5968
5969
|
export declare interface PBVirtualCamera {
|
5969
5970
|
defaultTransition?: CameraTransition | undefined;
|
5970
5971
|
lookAtEntity?: number | undefined;
|
5972
|
+
/** default: 60 */
|
5973
|
+
fov?: number | undefined;
|
5971
5974
|
}
|
5972
5975
|
|
5973
5976
|
/**
|