vim-web 0.3.44-dev.19 → 0.3.44-dev.20

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.
@@ -1,5 +1,6 @@
1
1
  import * as Ultra from '../../core-viewers/ultra';
2
2
  import { ModalRef } from '../panels/modal';
3
+ import { CameraRef } from '../state/cameraState';
3
4
  import { SectionBoxRef } from '../state/sectionBoxState';
4
5
  import { ControlBarRef } from '../webgl/webglComponentRef';
5
6
  export type UltraComponentRef = {
@@ -19,6 +20,10 @@ export type UltraComponentRef = {
19
20
  * API to customize the control.
20
21
  */
21
22
  controlBar: ControlBarRef;
23
+ /**
24
+ * Camera API to interact with the viewer camera at a higher level.
25
+ */
26
+ camera: CameraRef;
22
27
  /**
23
28
  * Disposes of the component and its resources.
24
29
  */
@@ -76631,6 +76631,7 @@ Averrage Date/Second ${avgDataRatePS} kb
76631
76631
  viewer: props.viewer,
76632
76632
  modal,
76633
76633
  sectionBox: sectionBox2,
76634
+ camera: camera2,
76634
76635
  dispose: () => {
76635
76636
  },
76636
76637
  controlBar: {