UNPKG

@pixiv/three-vrm

Version:

VRM file loader for three.js.

4 lines (3 loc) 248 B
import * as THREE from 'three'; export declare const getEncodingComponents: (encoding: THREE.TextureEncoding) => [string, string]; export declare const getTexelDecodingFunction: (functionName: string, encoding: THREE.TextureEncoding) => string;