UNPKG

@pixiv/three-vrm

Version:

VRM file loader for three.js.

7 lines (6 loc) 261 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;