three-ply-loader
Version:
NodeJS wrapper for Three.js' PLYLoader function
22 lines (16 loc) • 327 B
Markdown
## three-ply-loader
> NodeJS wrapper for Three.js' PLYLoader function
### Install
```
$ npm install --save three-ply-loader
```
### Usage
```javascript
const THREE = require('three');
const PLYLoader = require('three-ply-loader');
PLYLoader(THREE);
console.log(typeof THREE.PLYLoader);
//=> 'function'
```
### License
MIT