export { wireframeMaterial } from "./wireframe-material.ts"; export type { WireframeMaterialSpec } from "./wireframe-material.ts"; export { normalDebugMaterial } from "./normal-debug-material.ts"; export type { NormalDebugMaterialSpec } from "./normal-debug-material.ts"; export { meshToReadable } from "./mesh-to-readable.ts"; export { meshToWireframe } from "./mesh-to-wireframe.ts"; export type { WireframeMesh } from "./wireframe-mesh.ts"; export type { InspectMaterial, InspectMaterialUniformParams } from "./inspect-material.ts"; //# sourceMappingURL=index.d.ts.map