osg.ShapeDrawable

class osg.ShapeDrawable
Represents:

c++ class

Wraps:

osg::ShapeDrawable

Bases:

osg.Geometry

Constructors:

osg.ShapeDrawable(osg.Shape shape, osg.TessellationHints tessellationHint)

Parameters:
osg.ShapeDrawable(osg.Shape shape)

Parameters:

shape (osg.Shape) –

Methods:

:setColor(osg.Vec4 color)

Parameters:

color (osg.Vec4) –

:getColor()

Return type:

osg.Vec4

:setTessellationHints(osg.TessellationHints tessellationHint)

Parameters:

tessellationHint (osg.TessellationHints) –

:getTessellationHints()

Return type:

osg.TessellationHints