@loaders.gl/obj
Version:
Framework-independent loader for the OBJ format
12 lines • 310 B
TypeScript
/**
* The MTL material format
* A Wavefront .mtl file specifying materials
*/
export declare const MTLFormat: {
readonly name: "MTL";
readonly id: "mtl";
readonly module: "mtl";
readonly extensions: ["mtl"];
readonly mimeTypes: ["text/plain"];
};
//# sourceMappingURL=mtl-format.d.ts.map