[osg-users] querying nodes/childs

2009-09-14 Thread Terrence Vergauwen
Hi, I'm new to openscenegraph, i've loaded an OBJ into a node, what would be the best way to query everything this node contains ? I need to extract all geodes/geometry/transforms/materials to place them into a nodegraph. Thank you! Cheers, Terrence -- Read this topic online

[osg-users] creating integration with JUCE toolkit - manipulator not responding to mouse events

2009-09-12 Thread Terrence Vergauwen
Hi, I'm writing a class to get an osg Viewer working from the JUCE framework (http://www.rawmaterialsoftware.com/juce/) I've attached the class, things seem to work ok, i can see my node with a mesh object, expect that the mouse events aren't working. I'm initializing this class from my main

Re: [osg-users] [solved] creating integration with JUCE toolkit - manipulator not responding to mouse events

2009-09-12 Thread Terrence Vergauwen
Hi, I found the issue :) Seems juce was interfering with the update with frame(); So had to request a full juce::repaint(). Cheers, Terrence -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=17309#17309