Re: [osg-users] "Dynamic line" make scene disappear

2009-06-19 Thread Adrien Joly
Thank you guys, it works perfectly fine :) -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=14225#14225 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/list

Re: [osg-users] "Dynamic line" make scene disappear

2009-06-19 Thread Daniel Trstenjak
> try dirtyBound function on your objects that you change. + dirtyDisplayList Greetings, Daniel -- Daniel Trstenjak Tel : +49 (0)7071-9457-2

Re: [osg-users] "Dynamic line" make scene disappear

2009-06-19 Thread J.P. Delport
Hi, try dirtyBound function on your objects that you change. jp Adrien Joly wrote: Hi, I am currently trying to build a "dynamic line". I mean the extremities of the segment can be attached to a node and change everytime the node position relativelly to the world change. Actually, I have a

[osg-users] "Dynamic line" make scene disappear

2009-06-19 Thread Adrien Joly
Hi, I am currently trying to build a "dynamic line". I mean the extremities of the segment can be attached to a node and change everytime the node position relativelly to the world change. Actually, I have a NodeCullback redefined class and a geode redefined class. Here is the code : Code: