osg.Geode¶
-
class
osg.
Geode
¶ Represents: c++ class Wraps: osg::Geode Bases: osg.Node
Constructors:
-
osg.
Geode
()¶
Methods:
-
:
addDrawable
(osg.Drawable drawable)¶ -
Параметры: drawable (osg.Drawable) – Тип результата: bool
-
:
removeDrawable
(osg.Drawable drawable)¶ -
Параметры: drawable (osg.Drawable) – Тип результата: bool
-
:
getNumDrawables
()¶ -
Тип результата: unsigned
-
:
getDrawable
(unsigned index)¶ -
Параметры: index (unsigned) – Тип результата: osg.Drawable
-