threepipe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PLYLoadPlugin.md 659B


prev:

text: 'Rhino3dmLoadPlugin'
link: './Rhino3dmLoadPlugin'

next:

text: 'USDZLoadPlugin'
link: './USDZLoadPlugin'

PLYLoadPlugin

ExampleSource CodeAPI Reference

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

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

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