This package has been deprecated

Author message:

Please use the latest ColladaLoader provided by the official three.js NPM package.

three-collada-loader-2

1.0.1 • Public • Published

three-collada-loader-2

The three.js collada loader introduced in r88, taken from the three.js repository.

Usage

const ColladaLoader = require('three-collada-loader-2');

const colladaLoader = new ColladaLoader();
colladaLoader.load('example-path/example.dae', colladaModel => {
  ...
});

Package Sidebar

Install

npm i three-collada-loader-2

Weekly Downloads

149

Version

1.0.1

License

MIT

Last publish

Collaborators

  • tkleinke