Creates EventDispatcher object.
Protected
_Protected
_Protected
Optional
_Protected
_These are added here, but also added as plugins. Added here by default so that the data is not lost if some plugin is not added in an app.
To explicitly remove the data, use removeExtension
with the name of the extension
Optional
uiStatic
Optional
Readonly
OldStatic
Readonly
PluginProtected
_Protected
_Protected
_Optional
prefix: stringOptional
textures: Record<string, string | number>Optional
meta: SerializationMetaTypeNote - don't remove an extension when removing a plugin.
extensions can be removed if you don't want to save the data of some plugin when transforming glb. But since this is not desirable in most cases, it is not recommended.
Optional
setOptional
meta: SerializationMetaType
GLTF Draco Export Plugin
Overloads the default gltf exporter in the asset manager with GLTFDracoExporter. When exporting with compress = true, the output will be compressed. Note - Only
glb
supported right now.