threepipe
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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