Hi I am using Action classes in my application for traversing the graph and doing some operations on it. My main two tasks are 1) traversing each node and calculating the number of triangles or polygons in each geometry node . 2)Traversing the scenegraph and rendering it a part of it . I guess for that I need to use RenderAction instead of using simplescenemanager .
However going through the documentation and doxygen docs werenot very helpful to me as they were not very detailed and comprehensive. I am trying to figure out which classes and methods to look into for finding out the number of triangles in each node and also how do I use RenderAction to render each node . There is a case in my application that I have to render few parts of the scenegraph and discard the other while rendering . So I have to go through all the node but render only a few. Any help or guidance will be appreciated . -shailesh
