@dcl/playground-assets 7.9.5-16884193912.commit-3ea557a → 7.9.5
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
@@ -5899,7 +5899,6 @@ 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
|
5903
5902
|
*/
|
5904
5903
|
/**
|
5905
5904
|
* @public
|
@@ -5907,8 +5906,6 @@ export declare namespace PBVideoPlayer {
|
|
5907
5906
|
export declare interface PBVirtualCamera {
|
5908
5907
|
defaultTransition?: CameraTransition | undefined;
|
5909
5908
|
lookAtEntity?: number | undefined;
|
5910
|
-
/** default: 60 */
|
5911
|
-
fov?: number | undefined;
|
5912
5909
|
}
|
5913
5910
|
|
5914
5911
|
/**
|
package/dist/beta.d.ts
CHANGED
@@ -5871,7 +5871,6 @@ 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
|
5875
5874
|
*/
|
5876
5875
|
/**
|
5877
5876
|
* @public
|
@@ -5879,8 +5878,6 @@ export declare namespace PBVideoPlayer {
|
|
5879
5878
|
export declare interface PBVirtualCamera {
|
5880
5879
|
defaultTransition?: CameraTransition | undefined;
|
5881
5880
|
lookAtEntity?: number | undefined;
|
5882
|
-
/** default: 60 */
|
5883
|
-
fov?: number | undefined;
|
5884
5881
|
}
|
5885
5882
|
|
5886
5883
|
/**
|
package/dist/index.bundled.d.ts
CHANGED
@@ -5871,7 +5871,6 @@ 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
|
5875
5874
|
*/
|
5876
5875
|
/**
|
5877
5876
|
* @public
|
@@ -5879,8 +5878,6 @@ export declare namespace PBVideoPlayer {
|
|
5879
5878
|
export declare interface PBVirtualCamera {
|
5880
5879
|
defaultTransition?: CameraTransition | undefined;
|
5881
5880
|
lookAtEntity?: number | undefined;
|
5882
|
-
/** default: 60 */
|
5883
|
-
fov?: number | undefined;
|
5884
5881
|
}
|
5885
5882
|
|
5886
5883
|
/**
|