ソースを参照

Update DRACOLoader.html

Garrett Johnson 4 年 前
コミット
b20f20f029
1 ファイル変更5 行追加0 行削除
  1. 5 0
      docs/examples/en/loaders/DRACOLoader.html

+ 5 - 0
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].
 		</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>