提交 e77144b7 编写于 作者: D Don McCurdy

DRACOLoader: Simplify decoder loading.

上级 b50726ac
......@@ -43,8 +43,10 @@
var camera, scene, renderer;
// Global Draco decoder type.
var dracoLoader = new THREE.DRACOLoader('js/loaders/draco/');
// Configure and create Draco decoder.
THREE.DRACOLoader.setDecoderPath('js/loaders/draco/');
THREE.DRACOLoader.setDecoderConfig({type: 'js'});
var dracoLoader = new THREE.DRACOLoader();
init();
animate();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册