threepipe
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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