JSPM

three-collada-loader-ds

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q10602F
  • License MIT

The Three.js collada loader extras package, published to npm

Package Exports

  • three-collada-loader-ds

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (three-collada-loader-ds) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

three-collada-loader-ds

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

This is an edited version in which all elements are treated as double sided, thus the 'ds'.

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.