PLYLoader
The PLYLoader parses simple meshes in the Polygon File Format or the Stanford Triangle Format.
| Loader | Characteristic |
|---|---|
| File Format | PLY |
| Data Format | Mesh |
| File Extension | .ply |
| File Type | Binary/Text |
| Decoder Type | Synchronous |
| Worker Thread Support | Yes |
| Streaming Support | No |
Usage​
import {PLYLoader} from '@loaders.gl/ply';
import {load} from '@loaders.gl/core';
const data = await load(url, PLYLoader, options);
Options​
| Option | Type | Default | Description |
|---|