osg.Depth¶
-
class
osg.
Depth
¶ Represents: c++ class Wraps: osg::Depth Bases: osg.StateAttribute
Constructors:
-
osg.
Depth
()¶
-
osg.
Depth
(osg.Depth.Function func, double zNear, double zFar, bool writeMask) -
Параметры: - func (osg.Depth.Function) –
- zNear (double) –
- zFar (double) –
- writeMask (bool) –
Methods:
-
:
setFunction
(osg.Depth.Function func)¶ -
Параметры: func (osg.Depth.Function) –
-
:
getFunction
()¶ -
Тип результата: osg.Depth.Function
-
:
setZFar
(double zFar)¶ -
Параметры: zFar (double) –
-
:
getZFar
()¶ -
Тип результата: double
-
:
setZNear
(double zNear)¶ -
Параметры: zNear (double) –
-
:
getZNear
()¶ -
Тип результата: double
-
:
setWriteMask
(bool mask)¶ -
Параметры: mask (bool) –
-
:
getWriteMask
()¶ -
Тип результата: bool
-