UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

6 lines (5 loc) 231 B
import { MutableRefObject } from "react"; import { Clock, Vector3 } from "three"; export declare const useBob: (velocity: MutableRefObject<Vector3>, direction: MutableRefObject<Vector3>) => { update: (clock: Clock) => void; };