Hi Francesco, There isn't too much that we can specific say to such an open ended problem, we can only guess at how you have put your app together and what might be the problem. Give such lack of specifics the best I can guess that you haven't set you scene graph up correctly, or haven't passed it to the viewer, or haven't set the camera position to look at the your scene.
What you need to do at your end is start simple and steadily add functionality. There are plenty of OSG examples that do work so learn from these. Robert On Tue, Nov 18, 2008 at 10:20 AM, Francesco Argese <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm developing an application with osgART and, in the main function i > have the viewer that take in input the root node with some children. > When i launch the application (it doesn't give errors bot in > complation and at runtime) the Viewer display only a blue screenshot. > > I have checked that all the links among my Nodes and i have also tried > to substitute the code of scenegraph creation with a simple example > (Listing 2-1) to understand what could be the problem and his > experiment return me the same problem. > > Probably could it be some viewer option that i have not enabled? Or > probably the fact that i have two different classes that handle Viewer > and scenegraph (probably some variable could not be rechable for > exampe child node)? > > Thanks > Francesco Argese > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

