osg.TexEnvCombine

class osg.TexEnvCombine
Represents

c++ class

Wraps

osg::TexEnvCombine

Bases

osg.StateAttribute

Constructors:

osg.TexEnvCombine()

Methods:

:setCombine_RGB(osg.TexEnvCombine.CombineParam combine)

Параметры

combine (osg.TexEnvCombine.CombineParam) –

:getCombine_RGB()

Тип результата

osg.TexEnvCombine.CombineParam

:setCombine_Alpha(osg.TexEnvCombine.CombineParam combine)

Параметры

combine (osg.TexEnvCombine.CombineParam) –

:getCombine_Alpha()

Тип результата

osg.TexEnvCombine.CombineParam

:setSource0_RGB(osg.TexEnvCombine.SourceParam source)

Параметры

source (osg.TexEnvCombine.SourceParam) –

:getSource0_RGB()

Тип результата

osg.TexEnvCombine.SourceParam

:setSource1_RGB(osg.TexEnvCombine.SourceParam source)

Параметры

source (osg.TexEnvCombine.SourceParam) –

:getSource1_RGB()

Тип результата

osg.TexEnvCombine.SourceParam

:setSource2_RGB(osg.TexEnvCombine.SourceParam source)

Параметры

source (osg.TexEnvCombine.SourceParam) –

:getSource2_RGB()

Тип результата

osg.TexEnvCombine.SourceParam

:setSource0_Alpha(osg.TexEnvCombine.SourceParam source)

Параметры

source (osg.TexEnvCombine.SourceParam) –

:getSource0_Alpha()

Тип результата

osg.TexEnvCombine.SourceParam

:setSource1_Alpha(osg.TexEnvCombine.SourceParam source)

Параметры

source (osg.TexEnvCombine.SourceParam) –

:getSource1_Alpha()

Тип результата

osg.TexEnvCombine.SourceParam

:setSource2_Alpha(osg.TexEnvCombine.SourceParam source)

Параметры

source (osg.TexEnvCombine.SourceParam) –

:getSource2_Alpha()

Тип результата

osg.TexEnvCombine.SourceParam

:setOperand0_RGB(osg.TexEnvCombine.OperandParam operand)

Параметры

operand (osg.TexEnvCombine.OperandParam) –

:getOperand0_RGB()

Тип результата

osg.TexEnvCombine.OperandParam

:setOperand1_RGB(osg.TexEnvCombine.OperandParam operand)

Параметры

operand (osg.TexEnvCombine.OperandParam) –

:getOperand1_RGB()

Тип результата

osg.TexEnvCombine.OperandParam

:setOperand2_RGB(osg.TexEnvCombine.OperandParam operand)

Параметры

operand (osg.TexEnvCombine.OperandParam) –

:getOperand2_RGB()

Тип результата

osg.TexEnvCombine.OperandParam

:setOperand0_Alpha(osg.TexEnvCombine.OperandParam operand)

Параметры

operand (osg.TexEnvCombine.OperandParam) –

:getOperand0_Alpha()

Тип результата

osg.TexEnvCombine.OperandParam

:setOperand1_Alpha(osg.TexEnvCombine.OperandParam operand)

Параметры

operand (osg.TexEnvCombine.OperandParam) –

:getOperand1_Alpha()

Тип результата

osg.TexEnvCombine.OperandParam

:setOperand2_Alpha(osg.TexEnvCombine.OperandParam operand)

Параметры

operand (osg.TexEnvCombine.OperandParam) –

:getOperand2_Alpha()

Тип результата

osg.TexEnvCombine.OperandParam

:setScale_RGB(double scale)

Параметры

scale (double) –

:getScale_RGB()

Тип результата

double

:setScale_Alpha(double scale)

Параметры

scale (double) –

:getScale_Alpha()

Тип результата

double

:setConstantColor(osg.Vec4 color)

Параметры

color (osg.Vec4) –

:getConstantColor()

Тип результата

osg.Vec4