UNPKG

@google/model-viewer

Version:

Easily display interactive 3D models on the web and in AR!

7 lines (6 loc) 249 B
import '../renderer-gate.js'; import { SmoothControls } from '../../three-components/SmoothControls.js'; /** * Settle controls by performing 50 frames worth of updates */ export declare const settleControls: (controls: SmoothControls) => boolean;