UNPKG

@needle-tools/materialx

Version:

MaterialX material support for three.js and Needle Engine – render physically based MaterialX shaders in the browser via WebAssembly

10 lines (8 loc) 158 B
declare module '*.wasm?url' { const url: string; export default url; } declare module '*.txt?url' { const url: string; export default url; }