Hiya, I used OpenSceneGraph to generate some straightforward geometry; an ellipsoid representing the Earth. I wrote a function which calculated vertices, normals, texture coords and indices for the geometry. The function takes the number of 'sectors' and 'rings' as arguments to generate spherical geometry. It works fine until I hit some limit as I increase the resolution of the mesh (by passing a larger number of sectors and rings to the function), after which point osgviewer doesn't display the data. There aren't any errors; the geometry just doesn't show up in the viewer. If I go back beyond some threshold the geometry shows up again. What's going on?
Regards, Preet _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

