@dcl/playground-assets 7.10.6-18360453790.commit-2ff55cb → 7.10.6
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 +0 -3
- package/dist/beta.d.ts +0 -3
- package/dist/index.bundled.d.ts +0 -3
- 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 +0 -3
- package/etc/playground-assets.api.json +0 -27
- package/etc/playground-assets.api.md +0 -1
- package/package.json +4 -4
package/dist/alpha.d.ts
CHANGED
@@ -6014,7 +6014,6 @@ 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
|
6018
6017
|
*/
|
6019
6018
|
/**
|
6020
6019
|
* @public
|
@@ -6022,8 +6021,6 @@ export declare namespace PBVideoPlayer {
|
|
6022
6021
|
export declare interface PBVirtualCamera {
|
6023
6022
|
defaultTransition?: CameraTransition | undefined;
|
6024
6023
|
lookAtEntity?: number | undefined;
|
6025
|
-
/** default: 60 */
|
6026
|
-
fov?: number | undefined;
|
6027
6024
|
}
|
6028
6025
|
|
6029
6026
|
/**
|
package/dist/beta.d.ts
CHANGED
@@ -5986,7 +5986,6 @@ 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
|
5990
5989
|
*/
|
5991
5990
|
/**
|
5992
5991
|
* @public
|
@@ -5994,8 +5993,6 @@ export declare namespace PBVideoPlayer {
|
|
5994
5993
|
export declare interface PBVirtualCamera {
|
5995
5994
|
defaultTransition?: CameraTransition | undefined;
|
5996
5995
|
lookAtEntity?: number | undefined;
|
5997
|
-
/** default: 60 */
|
5998
|
-
fov?: number | undefined;
|
5999
5996
|
}
|
6000
5997
|
|
6001
5998
|
/**
|
package/dist/index.bundled.d.ts
CHANGED
@@ -5986,7 +5986,6 @@ 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
|
5990
5989
|
*/
|
5991
5990
|
/**
|
5992
5991
|
* @public
|
@@ -5994,8 +5993,6 @@ export declare namespace PBVideoPlayer {
|
|
5994
5993
|
export declare interface PBVirtualCamera {
|
5995
5994
|
defaultTransition?: CameraTransition | undefined;
|
5996
5995
|
lookAtEntity?: number | undefined;
|
5997
|
-
/** default: 60 */
|
5998
|
-
fov?: number | undefined;
|
5999
5996
|
}
|
6000
5997
|
|
6001
5998
|
/**
|