# three-collada-loader

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

Latest version **0.0.1** (published 2016-04-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install three-collada-loader
pnpm add three-collada-loader
yarn add three-collada-loader
bun add three-collada-loader
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2016-04-14 |
| First published | 2016-04-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Author | Andrew Ray |
| Maintainers | andrewray |
| Keywords | three, collada, loader |

## Links

- npm: https://www.npmjs.com/package/three-collada-loader
- Repository: https://github.com/DelvarWorld/three-collada-loader
- Homepage: https://github.com/DelvarWorld/three-collada-loader#readme
- Issues: https://github.com/DelvarWorld/three-collada-loader/issues
- npm.io page: https://npm.io/package/three-collada-loader

## Recent versions

- 0.0.1 (latest) — 2016-04-14

## README

## three-collada-loader

This is the Three.js Collada loader "extras" package found in the [Three.js source](https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/ColladaLoader.js) ([example](http://threejs.org/examples/#webgl_loader_collada_skinning)).

## Usage:

```js
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](http://threejs.org/docs/#Reference/Loaders/ColladaLoader) for more information and usage.

---
_Source: https://npm.io/package/three-collada-loader · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
