Art Tevs wrote:
> Hi folks,
>
> as far as I can see for now osg doesn't check if the
> given scene graph contains cycles. If one do this,
> then there is a seg fault, if my test were correct ;-)
>
> However imagine I have a situation, where I need to
> have a cycle in the graph. For example:
>
>   
...
> Any ideas about that?
>   

Scene graphs are typically Directed Acyclic Graphs by design.  If you 
introduce a cycle in the scene graph, most folks would say you're using 
it wrong.

--"J"

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

Reply via email to