Good catch Lionel, fixes now now merged and submitted to svn/trunk and
OSG-2.8 branch.  Cheers, Robert.

On Thu, Mar 5, 2009 at 9:28 AM, Lionel Lagarde
<[email protected]> wrote:
> Hi,
>
> The copy constructor of the nodes and the drawables do :
>
> Node::Node(Node &node, copyop) :
>   _stateSet(copyop(node.getStateSet()),
>
> It doesn't call the setStateSet method of osg::Node (or osg::Drawable). So
> the parent
> list of the state set is not updated with the new node (drawable).
>
>
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to