threepipe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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