Identifies the MIME type of files loaded by this parser.
Filename extensions expected on loaded model files.
The loaded model file format.
Gets the schema version of the given file data.
InternalparsersA parser for each supported schema version.
IDs of supported file schema versions.
Loads file data into a SceneModel and/or a DataModel.
The parameters used for loading the file data.
Options for customizing the loading process. These are specific to the Loader subclass.
Resolves when the file data has been successfully loaded into the SceneModel and/or DataModel.
Loads a xeokit v2 XKT file into a SceneModel and/or a DataModel.
Supports XKT versions 7 through 12. Versions 7-10 use the deflated container. Version 12 has both a deflated form (header high bit set) and an uncompressed offset-table form; version 11 is uncompressed only. Textures and UVs are not loaded. For detailed usage, refer to @xeokit/sdk/formats/xkt.