UNPKG

@egjs/view360

Version:

360 integrated viewing solution from inside-out view to outside-in view. It provides user-friendly service by rotating 360 degrees through various user interaction such as motion sensor and touch.

5 lines (4 loc) 237 B
import { quat } from "gl-matrix"; export declare const toAxis: (source: any, offset: any) => any; export declare const getDeltaYaw: (prvQ: quat, curQ: quat) => number; export declare const getDeltaPitch: (prvQ: quat, curQ: quat) => any;