three-tds-loader
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/three-tds-loader package

1.1.1 • Public • Published

THREE TDS Loader

NodeJS wrapper for Three.js' TDSLoader function

By default, Three.js does not have TDSLoader (3DS Max) built in. This is a NodeJS wrapper for the TDSLoader library so that it can be used with npm in systems using browserify, webpack, etc.

Install

$ npm install --save three-tds-loader

Usage

var THREE = require('three');
var TDSLoader = require('three-tds-loader')(THREE);
 
console.log(typeof THREE.TDSLoader);
//=> 'function'

Develop

$ npm run watch

Test

$ npm run test

License

MIT © CodeTheorist

Dependents (0)

Package Sidebar

Install

npm i three-tds-loader

Weekly Downloads

51

Version

1.1.1

License

MIT

Unpacked Size

1.93 MB

Total Files

20

Last publish

Collaborators

  • codetheoristdevelopments