Creates THREE.EventDispatcher | 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
OptionaluiStatic Optional ReadonlyOldStatic ReadonlyPluginProtected_Protected_Protected_Optionalprefix: stringOptionaltextures: Record<string, string | number>Optionalmeta: 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.
OptionalsetOptionalmeta: 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
glbsupported right now.