three-ply-loader

1.0.0 • Public • Published

three-ply-loader

NodeJS wrapper for Three.js' PLYLoader function

Install

$ npm install --save three-ply-loader

Usage

const THREE = require('three');
const PLYLoader = require('three-ply-loader');
PLYLoader(THREE);
 
console.log(typeof THREE.PLYLoader);
//=> 'function'

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i three-ply-loader

Weekly Downloads

73

Version

1.0.0

License

MIT

Last publish

Collaborators

  • vueact