Files

6 lines
169 B
TypeScript

import * as THREE from 'three';
export declare const setUpdateRange: (attribute: THREE.BufferAttribute, updateRange: {
start: number;
count: number;
}) => void;