UNPKG

@needle-tools/materialx

Version:

Web runtime support to load and display MaterialX materials in Needle Engine and three.js via the MaterialX WebAssembly library. glTF files containing the `NEEDLE_materials_mtlx` extension can be loaded with this package. There is also experimental suppor

9 lines (6 loc) 230 B
/* eslint-disable */ import { TypeStore } from "@needle-tools/engine" // Import types import { MaterialXMaterial } from "../src/materialx.material.js"; // Register types TypeStore.add("MaterialXMaterial", MaterialXMaterial);