sohamkamani / three-object-loader

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

Removing crossOrigin for compatibility with three 0.74 #4

Closed AndrewRayCode closed 8 years ago

AndrewRayCode commented 8 years ago

Addresses issue #3

The loader API was volatile-ly changed in three@0.74 because of this ticket: https://github.com/mrdoob/three.js/issues/7568

The related commit: https://github.com/mrdoob/three.js/commit/a88a3e62d73b5964f57899eb60d5fd9291bae1f4#diff-b04ba7bf9d62701ef06636159e4a75d9L30

The commit to this repo just ports that change over. It also changes the semver for threejs to include versions above the current one (which includes 0.74)