CompositeShape QML Type

Composition of shapes More...

Import Statement: import osg 2.0
Inherits:

Shape

Properties

Methods

Detailed Description

Property Documentation

children : list<osg::Shape>

List of children shapes


numChildren : int

Number of children shapes


Method Documentation

addChild(osg::Shape shape)

Add shape to composition.


removeChild(osg::Shape shape)

Remove shape from composition.