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.

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