procedural-gl-js icon indicating copy to clipboard operation
procedural-gl-js copied to clipboard

bugfix: valid args for ImageLoader.load

Open pavelvasev opened this issue 3 years ago • 0 comments

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.

pavelvasev avatar May 06 '21 07:05 pavelvasev