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.

USDZLoadPlugin.md 717B


prev:

text: 'PLYLoadPlugin'
link: './PLYLoadPlugin'

next:

text: 'STLLoadPlugin'
link: './STLLoadPlugin'

USDZLoadPlugin

ExampleSource CodeAPI Reference

Adds support for loading .usdz and .usda (Universal Scene Description) files.

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

const mesh = await viewer.load('file.usdz')
const mesh2 = await viewer.load('file.usda')