Three.js: where is the LoaderSupport.js & OBJLoader2.js in r106 ?

Created on 30 Jul 2019  路  1Comment  路  Source: mrdoob/three.js

Question

Most helpful comment

The code was refactored and is now ES6 module based only. You can find the loader and related files here:

https://github.com/mrdoob/three.js/blob/dev/examples/jsm/loaders/OBJLoader2.js
https://github.com/mrdoob/three.js/tree/master/examples/jsm/loaders/obj2

Notice that LoaderSupport has been removed. It's best to study the related OBJLoader2 examples to understand the changes.

https://threejs.org/examples/?q=obj2

>All comments

The code was refactored and is now ES6 module based only. You can find the loader and related files here:

https://github.com/mrdoob/three.js/blob/dev/examples/jsm/loaders/OBJLoader2.js
https://github.com/mrdoob/three.js/tree/master/examples/jsm/loaders/obj2

Notice that LoaderSupport has been removed. It's best to study the related OBJLoader2 examples to understand the changes.

https://threejs.org/examples/?q=obj2

Was this page helpful?
0 / 5 - 0 ratings