summit/frontend/node_modules/@react-three/drei/helpers/deprecated.d.ts

9 lines
331 B
TypeScript
Raw Normal View History

2025-12-08 16:31:30 +00:00
import * as THREE from 'three';
export declare const setUpdateRange: (attribute: THREE.BufferAttribute, updateRange: {
offset: number;
count: number;
}) => void;
export declare const LinearEncoding = 3000;
export declare const sRGBEncoding = 3001;
export type TextureEncoding = typeof LinearEncoding | typeof sRGBEncoding;