Ian
Results
1
comments of
Ian
This change may fix your problem: In `DRACOLoader.js` ``` - THREE.Loader.call( this, manager ); + const that = new THREE.Loader(manager); + Object.assign(this, that); ```