Skip to content

NodeJS wrapper for Three.js' OBJMTLLLoader function

Notifications You must be signed in to change notification settings

guningbo/three-objmtll-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NodeJS wrapper for Three.js' OBJMTLLLoader function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%