Chevron DownCommand-Line Reference
Chevron DownAPI Reference

PLYLoader

The PLYLoader parses simple meshes in the Polygon File Format or the Stanford Triangle Format.

LoaderCharacteristic
File Extension.ply
File TypeBinary/Text
File FormatPLY
Data FormatMesh
Decoder TypeSynchronous
Worker Thread SupportYes
Streaming SupportNo

Usage

import {PLYLoader} from '@loaders.gl/ply';
import {load} from '@loaders.gl/core';

const data = await load(url, PLYLoader, options);

Options

OptionTypeDefaultDescription