Re: [osg-users] Extrude Geometry

2013-05-09 Thread Braden Edmunds
Hi Robert, Thank you very much, setting the geometry to dynamic was the key. Thanks, Braden -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=53981#53981 ___ osg-users mailing list osg-users@lists.open

Re: [osg-users] Extrude Geometry

2013-05-09 Thread Robert Osfield
Hi Braden, I can't see a way for us to directly help you as the problem is in your own code, the code snippet your've provided doesn't appear to tally with the error message you've reported so we are really far more in the dark than you. The only thing I can say is that in general it should be fi

[osg-users] Extrude Geometry

2013-05-07 Thread Braden Edmunds
I've roughly followed the osgmanipulator.cpp example to create osgManipulator::Translate1DDragger objects and link them to my custom geometry items and everything works fine. I'm encountering a problem when I try to update a geometry item inside of the traverse method. The following code is whe