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