and they require special handling during the disposal process. More information in the [link:https://threejs.org/docs/#manual/en/introduction/How-to-dispose-of-objects How to dispose of objects] guide.
</p>
+ <h2>Import</h2>
+
+ <p>
+ [name] is an add-on, and must be imported explicitly.
+ See [link:#manual/introduction/Installation Installation / Addons].
+ </p>
+
+ <code>
+ import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js';