osg.Camera.Attachment

class osg.Camera.Attachment
Represents:c++ class
Wraps:osg::Camera::Attachment

Constructors:

osg.Camera.Attachment()

Methods:

:width()

Тип результата:int
:height()

Тип результата:int
:depth()

Тип результата:int
:getInternalFormat()

Тип результата:GLenum.Value
:setInternalFormat(GLenum.Value format)

Параметры:format (GLenum.Value) –
:getImage()

Тип результата:osg.Image
:setImage(osg.Image image)

Параметры:image (osg.Image) –
:getTexture()

Тип результата:osg.Texture
:setTexture(osg.Texture texture)

Параметры:texture (osg.Texture) –
:getLevel()

Тип результата:unsigned
:setLevel(unsigned level)

Параметры:level (unsigned) –
:getFace()

Тип результата:unsigned
:setFace(unsigned face)

Параметры:face (unsigned) –
:getMipMapGeneration()

Тип результата:bool
:setMipMapGeneration(bool enable)

Параметры:enable (bool) –
:getMultisampleSamples()

Тип результата:unsigned
:setMultisampleSamples(unsigned count)

Параметры:count (unsigned) –
:getMultisampleColorSamples()

Тип результата:unsigned
:setMultisampleColorSamples(unsigned count)

Параметры:count (unsigned) –