Open pavelvasev opened 3 years ago
ImageLoader.load has the following signature (see https://threejs.org/docs/#api/en/loaders/ImageLoader.load)
.load ( url : String, onLoad : Function, onProgress : Function, onError : Function )
and this commit changes src/datasources/base.js to follow that signature.
src/datasources/base.js
ImageLoader.load has the following signature (see https://threejs.org/docs/#api/en/loaders/ImageLoader.load)
and this commit changes
src/datasources/base.js
to follow that signature.