UNPKG

webgl-gltf

Version:
4 lines (3 loc) 222 B
import { mat4 } from 'gl-matrix'; export declare const createMat4FromArray: (array: number[] | Int16Array | Float32Array) => mat4; export declare const applyRotationFromQuat: (transform: mat4, rotation: number[]) => void;