1.0.2 • Published 6 years ago

three-mtl-loader v1.0.2

Weekly downloads
836
License
ISC
Repository
github
Last release
6 years ago

three-mtl-loader

The three.js mtl loader as a module

Usage

var MTLLoader = require('three-mtl-loader');
var mtlLoader = new MTLLoader();
mtlLoader.setBaseUrl('/path/to/assets/');
mtlLoader.load('model.mtl', function(matl) {
  //do something with matl
});