diff --git a/docs/examples/en/loaders/DRACOLoader.html b/docs/examples/en/loaders/DRACOLoader.html index 3e2441630e8da1..f77dd87e25beb9 100644 --- a/docs/examples/en/loaders/DRACOLoader.html +++ b/docs/examples/en/loaders/DRACOLoader.html @@ -26,6 +26,11 @@

[name]

using Draco with glTF, an instance of DRACOLoader will be used internally by [page:GLTFLoader].

+

+ It is recommended to create one DRACOLoader instance and reuse it to avoid loading and creating multiple + decoder instances. +

+

Code Example