UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

9 lines (8 loc) 269 B
import { type Uniform, type Material } from 'three'; export declare const WireframeMaterialShaders: { vertex: string; fragment: string; }; export declare const setWireframeOverride: (material: Material, uniforms: { [key: string]: Uniform; }) => () => void;