threepipe
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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')