collada-loader-three

0.0.3 • Public • Published

three-collada-loader

This is the Three.js Collada loader "extras" package found in the Three.js source (example).

Usage:

var ColladaLoader = require('three-collada-loader');
 
var loader = new ColladaLoader();
loader.load( 'path/to/model.dae', function ( collada ) {
    // Use data here
});

See the offical Three.js documentation for more information and usage.

Readme

Keywords

Package Sidebar

Install

npm i collada-loader-three

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • zdenham