three-objmtll-loader

1.0.1 • Public • Published

three-objmtll-loader Build Status

NodeJS wrapper for Three.js' OBJMTLLLoader function

By default, Three.js does not have OBJMTLLLoader built in. This is a NodeJS wrapper for the OBJLoader library so that it can be used with npm in systems using browserify, webpack, etc. All credit for the original code goes to mrdoob and angelxuanchang.

Install

$ npm install --save three-objmtll-loader

Usage

var THREE = require('three');
var OBJMTLLoader = require('three-objmtll-loader');
OBJMTLLoader(THREE);

console.log(typeof THREE.OBJMTLLoader);
//=> 'function'

License

MIT © sohamkamani

Readme

Keywords

none

Package Sidebar

Install

npm i three-objmtll-loader

Weekly Downloads

7

Version

1.0.1

License

ISC

Last publish

Collaborators

  • sohamkamani