convertTexture2Sampler2D
Functions
-
data_texture_to_sampler(texture, channel_count, _width, _height) ⇒
Sampler2D -
html_image_texture_to_sampler(texture, channel_count, _width, _height) ⇒
Sampler2D -
convertTexture2Sampler2D(texture, [width], [height], [flipY]) ⇒
Sampler2D
data_texture_to_sampler(texture, channel_count, _width, _height) ⇒ Sampler2D
Kind: global function
| Param | Type |
|---|---|
| texture | THREE.DataTexture |
| channel_count | number |
| _width | number |
| _height | number |
html_image_texture_to_sampler(texture, channel_count, _width, _height) ⇒ Sampler2D
Kind: global function
| Param | Type |
|---|---|
| texture | THREE.Texture |
| channel_count | number |
| _width | number |
| _height | number |
html_image_texture_to_sampler~img : Image
Kind: inner constant of html_image_texture_to_sampler
convertTexture2Sampler2D(texture, [width], [height], [flipY]) ⇒ Sampler2D
Kind: global function
| Param | Type |
|---|---|
| texture | Texture |
| [width] | number |
| [height] | number |
| [flipY] | boolean |