UNPKG

@ar-js-org/ar.js-threejs

Version:

AR.js (THREEx, ARjs) modular package - Typescript version

9 lines (8 loc) 335 B
export declare class ARClickability { private _sourceElement; private _cameraPicking; constructor(sourceElement: HTMLElement); onResize(): void; computeIntersects(domEvent: any, objects: any): import("three").Intersection<import("three").Object3D<import("three").Object3DEventMap>>[]; update(): void; }