Skip to main content

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

ParamType
textureTHREE.DataTexture
channel_countnumber
_widthnumber
_heightnumber

html_image_texture_to_sampler(texture, channel_count, _width, _height) ⇒ Sampler2D

Kind: global function

ParamType
textureTHREE.Texture
channel_countnumber
_widthnumber
_heightnumber

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

ParamType
textureTexture
[width]number
[height]number
[flipY]boolean