osg.Texture1D

class osg.Texture1D
Represents:c++ class
Wraps:osg::Texture1D
Bases:osg.Texture

Constructors:

osg.Texture1D()

osg.Texture1D(osg.Image image)

Parameters:image (osg.Image) –

Methods:

:setNumMipmapLevels(unsigned num)

Parameters:num (unsigned) –
:getNumMipmapLevels()

Return type:unsigned
:setImage(osg.Image image)

Parameters:image (osg.Image) –
:getImage()

Return type:osg.Image
:setTextureWidth(int width)

Parameters:width (int) –