ThreePipe
    Preparing search index...

    Class KTX2LoadPlugin

    Adds support for loading Compressed Textures of format .ktx2, image/ktx2 files and data uris.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _importer: Importer<KTX2Loader2> = ...
    constructor: typeof BaseImporterPlugin
    toJSON: any = null
    PluginType: "KTX2LoadPlugin" = 'KTX2LoadPlugin'
    SAVE_SOURCE_BLOBS: boolean = false

    Flag to save the source buffer data in the texture object, it can be used later when downloading/serializing the texture like when downloading glb with embedded textures.

    TRANSCODER_LIBRARY_PATH: string = 'https://cdn.jsdelivr.net/gh/BinomialLLC/[email protected]/webgl/transcoder/build/'

    Methods