UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

7 lines (6 loc) 323 B
import { Object3D, Quaternion } from 'three'; import { ObjectNamedFunction3 } from './_Base'; export declare class setObjectQuaternion extends ObjectNamedFunction3<[Quaternion, number, boolean]> { static type(): string; func(object3D: Object3D, quaternion: Quaternion, lerp: number, updateMatrix: boolean): void; }