Hi Basil,
If I were to look at one of the examples, which should I look at first?
To learn how to generate geometry and points on screen, a good start would be osggeometry.
I do not see Visual studio solution/project files in a great deal of the examples in the OpenSceneGraph/examples/ directory though...
That's because they won't be there. As I said, open up the OpenSceneGraph.sln file which is in the directory you specified in "where to build the binaries" in CMake. All the examples and other projects will be there.
The point of using CMake is that it can generate build files (VS project files, makefiles, XCode projects, etc.) for a variety of different build systems, so none of those will ever be in the source tree you download... They're generated by CMake, so they go in the directory you specified in "where to build the binaries".
Hope this helps, J-S -- ______________________________________________________ Jean-Sebastien Guay [email protected] http://www.cm-labs.com/ http://whitestar02.dyndns-web.com/ _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

