@xviewer.js/core 1.0.0-alpha.32 → 1.0.0-alpha.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xviewer.js/core",
3
- "version": "1.0.0-alpha.32",
3
+ "version": "1.0.0-alpha.33",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -12,6 +12,7 @@ export declare class FreelookVirtualCamera extends VirtualCamera {
12
12
  static __yAxis: Vector3;
13
13
  static __quat: Quaternion;
14
14
  static __spherical: Spherical;
15
+ static __offsetDelta: Vector3;
15
16
  private _button;
16
17
  private _touchID;
17
18
  private _distanceDelta;
@@ -20,6 +21,7 @@ export declare class FreelookVirtualCamera extends VirtualCamera {
20
21
  private _rotateDelta;
21
22
  private _panDelta;
22
23
  private _tempSmoothing;
24
+ private _lookAtOffsetDelta;
23
25
  forbidX: boolean;
24
26
  forbidY: boolean;
25
27
  forbidZ: boolean;
@@ -15,7 +15,7 @@ export declare class VirtualCamera extends Component<Object3D & {
15
15
  correctPosition: Vector3;
16
16
  correctRotation: Quaternion;
17
17
  lookaheadPosition: Vector3;
18
- trackedObjectOffset: Vector3;
18
+ lookAtOffset: Vector3;
19
19
  brain: CinestationBrain;
20
20
  get finalPosition(): Vector3;
21
21
  get finalRotation(): Quaternion;