Files
2026-05-30 19:59:39 -03:00

6 lines
169 B
TypeScript

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