procedural-gl-js
procedural-gl-js copied to clipboard
bugfix: valid args for ImageLoader.load
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.