Skip to content

PLYLoadPlugin

ExampleSource CodeAPI Reference

Adds support for loading .ply (Polygon file format) files.

typescript
import {PLYLoadPlugin} from 'threepipe'
viewer.addPluginSync(new PLYLoadPlugin())

const mesh = await viewer.load('file.ply')

ThreePipe - Make 3D applications on the web