UNPKG

@google/model-viewer

Version:

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

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