Cube Texture Loader based on https://github.com/mrdoob/three.js/blob/master/src/loaders/CubeTextureLoader.js
- Source:
Methods
-
<static> load(urls, onLoad, onProgress, onError)
-
Load 6 images as a cube texture
Parameters:
Name Type Description urls
array Array with 6 image urls onLoad
function On load callback onProgress
function In progress callback onError
function On error callback - Source:
Returns:
- Cube texture- Type
- THREE.CubeTexture