On 11 January 2013 11:44, DavidHornung <horn...@googlemail.com> wrote:
> Hi Robert,
>
> i have tested you tip, but it in my case it seems not to work.
> I only call the setText() method via my NodeVisitor, also run the viewer in
> SingleThreaded mode, and set text->setDataVariance(osg::Object::DYNAMIC).
> what else could be wrong?

Again I can only guess - it's you who has the seg fault and the
ability to debug it, best guess now is a dangling pointer?

Try using ref_ptr<> rather than C pointers.

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to