three-ply-loader
v1.0.0
Published
NodeJS wrapper for Three.js' PLYLoader function
Readme
three-ply-loader
NodeJS wrapper for Three.js' PLYLoader function
Install
$ npm install --save three-ply-loaderUsage
const THREE = require('three');
const PLYLoader = require('three-ply-loader');
PLYLoader(THREE);
console.log(typeof THREE.PLYLoader);
//=> 'function'License
MIT
