Skip to content

Commit

Permalink
Merge pull request #431 from MetaCell/feature/430
Browse files Browse the repository at this point in the history
#430 feat: Update draco loader path
  • Loading branch information
enicolasgomez authored Dec 7, 2022
2 parents 23beeb0 + bb192b6 commit 37277c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class MeshFactory {

setupLoaders (){
const dracoLoader = new DRACOLoader()
dracoLoader.setDecoderPath('https://raw.githubusercontent.com/mrdoob/three.js/dev/examples/js/libs/draco/');
dracoLoader.setDecoderPath('https://raw.githubusercontent.com/mrdoob/three.js/dev/examples/jsm/libs/draco/');

const manager = new this.THREE.LoadingManager();
manager.onProgress = function (item, loaded, total) {
Expand Down

0 comments on commit 37277c1

Please sign in to comment.