Namespace THREE.ImageUtils
Defined in: ImageUtils.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
THREE.ImageUtils.generateDataTexture(width, height, color)
|
<static> |
THREE.ImageUtils.getNormalMap(image, depth)
|
<static> |
THREE.ImageUtils.loadCompressedTexture(url, mapping, onLoad, onError)
|
<static> |
THREE.ImageUtils.loadCompressedTextureCube(array, mapping, onLoad, onError)
|
<static> |
THREE.ImageUtils.loadTexture(url, mapping, onLoad, onError)
|
<static> |
THREE.ImageUtils.loadTextureCube(array, mapping, onLoad, onError)
|
<static> |
THREE.ImageUtils.parseDDS(buffer, loadMipmaps)
|
Method Detail
<static>
THREE.ImageUtils.generateDataTexture(width, height, color)
- Parameters:
- width
- height
- color
<static>
THREE.ImageUtils.getNormalMap(image, depth)
- Parameters:
- image
- depth
<static>
THREE.ImageUtils.loadCompressedTexture(url, mapping, onLoad, onError)
- Parameters:
- url
- mapping
- onLoad
- onError
<static>
THREE.ImageUtils.loadCompressedTextureCube(array, mapping, onLoad, onError)
- Parameters:
- array
- mapping
- onLoad
- onError
<static>
THREE.ImageUtils.loadTexture(url, mapping, onLoad, onError)
- Parameters:
- url
- mapping
- onLoad
- onError
<static>
THREE.ImageUtils.loadTextureCube(array, mapping, onLoad, onError)
- Parameters:
- array
- mapping
- onLoad
- onError
<static>
THREE.ImageUtils.parseDDS(buffer, loadMipmaps)
- Parameters:
- buffer
- loadMipmaps