@dcl/playground-assets 7.10.6-18360040798.commit-8d5d559 → 7.10.6-18360453790.commit-2ff55cb
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
@@ -6014,6 +6014,7 @@ export declare namespace PBVideoPlayer {
|
|
6014
6014
|
* an 'instant' transition (like using speed/time = 0)
|
6015
6015
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
6016
6016
|
* the holding entity transform).
|
6017
|
+
* * The fov defines the Field of View of the virtual camera
|
6017
6018
|
*/
|
6018
6019
|
/**
|
6019
6020
|
* @public
|
@@ -6021,6 +6022,8 @@ export declare namespace PBVideoPlayer {
|
|
6021
6022
|
export declare interface PBVirtualCamera {
|
6022
6023
|
defaultTransition?: CameraTransition | undefined;
|
6023
6024
|
lookAtEntity?: number | undefined;
|
6025
|
+
/** default: 60 */
|
6026
|
+
fov?: number | undefined;
|
6024
6027
|
}
|
6025
6028
|
|
6026
6029
|
/**
|
package/dist/beta.d.ts
CHANGED
@@ -5986,6 +5986,7 @@ export declare namespace PBVideoPlayer {
|
|
5986
5986
|
* an 'instant' transition (like using speed/time = 0)
|
5987
5987
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
5988
5988
|
* the holding entity transform).
|
5989
|
+
* * The fov defines the Field of View of the virtual camera
|
5989
5990
|
*/
|
5990
5991
|
/**
|
5991
5992
|
* @public
|
@@ -5993,6 +5994,8 @@ export declare namespace PBVideoPlayer {
|
|
5993
5994
|
export declare interface PBVirtualCamera {
|
5994
5995
|
defaultTransition?: CameraTransition | undefined;
|
5995
5996
|
lookAtEntity?: number | undefined;
|
5997
|
+
/** default: 60 */
|
5998
|
+
fov?: number | undefined;
|
5996
5999
|
}
|
5997
6000
|
|
5998
6001
|
/**
|
package/dist/index.bundled.d.ts
CHANGED
@@ -5986,6 +5986,7 @@ export declare namespace PBVideoPlayer {
|
|
5986
5986
|
* an 'instant' transition (like using speed/time = 0)
|
5987
5987
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
5988
5988
|
* the holding entity transform).
|
5989
|
+
* * The fov defines the Field of View of the virtual camera
|
5989
5990
|
*/
|
5990
5991
|
/**
|
5991
5992
|
* @public
|
@@ -5993,6 +5994,8 @@ export declare namespace PBVideoPlayer {
|
|
5993
5994
|
export declare interface PBVirtualCamera {
|
5994
5995
|
defaultTransition?: CameraTransition | undefined;
|
5995
5996
|
lookAtEntity?: number | undefined;
|
5997
|
+
/** default: 60 */
|
5998
|
+
fov?: number | undefined;
|
5996
5999
|
}
|
5997
6000
|
|
5998
6001
|
/**
|