New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

three-collada-loader

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-collada-loader

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

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
92
-32.35%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

three

FAQs

Package last updated on 14 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts