Class THREE.CompressedTexture
Defined in: CompressedTexture.js.
Constructor Attributes | Constructor Name and Description |
---|---|
THREE.CompressedTexture(mipmaps, width, height, format, type, mapping, wrapS, wrapT, magFilter, minFilter)
|
Method Attributes | Method Name and Description |
---|---|
clone()
|
Class Detail
THREE.CompressedTexture(mipmaps, width, height, format, type, mapping, wrapS, wrapT, magFilter, minFilter)
- Parameters:
- mipmaps
- width
- height
- format
- type
- mapping
- wrapS
- wrapT
- magFilter
- minFilter
Method Detail
clone()