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.

STLLoadPlugin.md 649B


prev:

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

next:

text: 'KTX2LoadPlugin'
link: './KTX2LoadPlugin'

STLLoadPlugin

ExampleSource CodeAPI Reference

Adds support for loading .stl (Stereolithography) files.

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

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