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) -
Параметры: - func (osg.AlphaFunc.ComparisonFunction) –
- val (double) –
Methods:
-
:
setReferenceValue
(double ref)¶ -
Параметры: ref (double) –
-
:
getReferenceValue
()¶ -
Тип результата: double
-
:
setFunction
(osg.AlphaFunc.ComparisonFunction func)¶ -
Параметры: func (osg.AlphaFunc.ComparisonFunction) –
-
:
getFunction
()¶ -
Тип результата: osg.AlphaFunc.ComparisonFunction
-