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

KTXLoadPlugin.md 868B


prev:

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

next:

text: 'GLTFMeshOptDecodePlugin'
link: './GLTFMeshOptDecodePlugin'

KTXLoadPlugin

ExampleSource CodeAPI Reference

Adds support for loading .ktx Khronos Texture files.

Note: This plugin only adds support for loading .ktx file, and not exporting them in the bundled .glb. Use .ktx2 files instead of .ktx files for better compression and performance.

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

const texture = await viewer.load('file.ktx')