UNPKG

@pixiv/three-vrm

Version:

VRM file loader for three.js.

9 lines (8 loc) 379 B
import * as THREE from 'three'; /** * A compat function for `BufferAttribute.getComponent()`. * `BufferAttribute.getComponent()` is introduced in r155. * * See: https://github.com/mrdoob/three.js/pull/24515 */ export declare function attributeGetComponentCompat(attribute: THREE.BufferAttribute | THREE.InterleavedBufferAttribute, index: number, component: number): number;