sohamkamani / three-object-loader

[DEPRECATED] NodeJS wrapper for Three.js' OBJLoader function
30 stars 31 forks source link

"export 'OBJLoader' (imported as 'THREE') was not found in 'three' #21

Open riccardolardi opened 6 years ago

riccardolardi commented 6 years ago

Getting export 'OBJLoader' (imported as 'THREE') was not found in 'three' as a warning. Any clue about this?

hiteshsahu commented 6 years ago

Any update? I am facing same issue

tendermario commented 5 years ago

Looks like there's a solution/workaround here: https://github.com/sohamkamani/three-object-loader/issues/10#issuecomment-316981216

The solution fixed this issue for me. I don't really understand it though.