1.0.0 • Published 8 years ago
three-ply-loader v1.0.0
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
1.0.0
8 years ago