@ndmspc/ndmvr 1.1.0-rc.2 → 1.1.0-rc.3
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/ndmvr.d.ts +0 -10
- package/dist/ndmvr.es.js +4415 -4481
- package/dist/ndmvr.umd.js +34 -34
- package/package.json +2 -2
package/dist/ndmvr.d.ts
CHANGED
|
@@ -12,7 +12,6 @@ import { DefaultXRTransientPointerOptions } from '@pmndrs/xr';
|
|
|
12
12
|
import { functionSubjectGet } from '@ndmspc/ndmvr-core';
|
|
13
13
|
import { histogramSubjectGet } from '@ndmspc/ndmvr-core';
|
|
14
14
|
import { JSX } from 'react/jsx-runtime';
|
|
15
|
-
import { NdmvrRaycaster } from '@ndmspc/ndmvr-core';
|
|
16
15
|
import { Position } from '@ndmspc/ndmvr-core';
|
|
17
16
|
import { Rotation } from '@ndmspc/ndmvr-core';
|
|
18
17
|
import { Scale } from '@ndmspc/ndmvr-core';
|
|
@@ -205,15 +204,6 @@ export declare interface NdmvrEnvProps {
|
|
|
205
204
|
onSelectItem?: (path: string) => void;
|
|
206
205
|
}
|
|
207
206
|
|
|
208
|
-
export declare function RaycasterBridge({ rc, originRef, doubleClickMs, handedness, }: RaycasterBridgeProps): any;
|
|
209
|
-
|
|
210
|
-
export declare interface RaycasterBridgeProps {
|
|
211
|
-
rc: NdmvrRaycaster | null;
|
|
212
|
-
originRef: React.RefObject<THREE.Group> | null;
|
|
213
|
-
doubleClickMs?: number;
|
|
214
|
-
handedness?: "left" | "right" | "none";
|
|
215
|
-
}
|
|
216
|
-
|
|
217
207
|
export { stateSubjectGet }
|
|
218
208
|
|
|
219
209
|
export declare const store: XRStore< {
|