diff --git a/docs/examples/en/loaders/DRACOLoader.html b/docs/examples/en/loaders/DRACOLoader.html index 3e2441630e8da117d4be2470f49e87a5aa5d5ac3..f77dd87e25beb9f5de0ac7a7292cfc94b1e976e4 100644 --- a/docs/examples/en/loaders/DRACOLoader.html +++ b/docs/examples/en/loaders/DRACOLoader.html @@ -26,6 +26,11 @@ 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