未验证 提交 41c5c0e8 编写于 作者: D Don McCurdy 提交者: GitHub

GLTFLoader: Document pre-fetch of Draco module.

上级 a124078a
......@@ -58,6 +58,9 @@
// Optional: Provide a DRACOLoader instance to decode compressed mesh data
THREE.DRACOLoader.setDecoderPath( '/examples/js/libs/draco' );
loader.setDRACOLoader( new THREE.DRACOLoader() );
// Optional: Pre-fetch Draco WASM/JS module, to save time while parsing.
THREE.DRACOLoader.getDecoderModule();
// Load a glTF resource
loader.load(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册