Docs: Update DRACOLoader documentation to recommend reusing a loader instance
@@ -26,6 +26,11 @@
using Draco with glTF, an instance of DRACOLoader will be used internally by [page:GLTFLoader].
</p>
+ <p>
+ It is recommended to create one DRACOLoader instance and reuse it to avoid loading and creating multiple
+ decoder instances.
+ </p>
+
<h2>Code Example</h2>
<code>