Texture loader based on https://github.com/mrdoob/three.js/blob/master/src/loaders/TextureLoader.js
- Source:
Methods
-
<static> load(url, onLoad, onProgress, onError)
-
Load image texture
Parameters:
Name Type Description urlstring An image url onLoadfunction On load callback onProgressfunction In progress callback onErrorfunction On error callback - Source:
Returns:
- Image texture- Type
- THREE.Texture