osg.AlphaFunc

class osg.AlphaFunc
Represents:

c++ class

Wraps:

osg::AlphaFunc

Bases:

osg.StateAttribute

Constructors:

osg.AlphaFunc()

osg.AlphaFunc(osg.AlphaFunc.ComparisonFunction func, double val)

Parameters:

Methods:

:setReferenceValue(double ref)

Parameters:

ref (double) –

:getReferenceValue()

Return type:

double

:setFunction(osg.AlphaFunc.ComparisonFunction func)

Parameters:

func (osg.AlphaFunc.ComparisonFunction) –

:getFunction()

Return type:

osg.AlphaFunc.ComparisonFunction