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.


prev:

text: 'STLLoadPlugin'
link: './STLLoadPlugin'

next:

text: 'KTXLoadPlugin'
link: './KTXLoadPlugin'

KTX2LoadPlugin

ExampleSource CodeAPI Reference

Adds support for loading .ktx2 (Khronos Texture files with asset manager and embedded in glTF files.

KTX2LoadPlugin also adds support for exporting loaded .ktx2 files in glTF files with the KHR_texture_basisu extension.

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

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