Ch1. An Overview of Scene Graphs and OpenSceneGraph ~>osgviewer cow.osg
Ch2. Building a Scene Graph
Simple 1359966970.cpp State 1329871519.cpp Texture Mapping 1158540307.cpp Lighting 1264955554.cpp Text 1054871366.cpp Ch3. Using OpenSceneGraph in Your Application
Click next on application wizard, and then check “empty project” in additional options
Add the following path to the Additional Include Directories (Project Properties -> Configuration Properties -> C/C++ ->General -> Additional Include Directories)
$(OSG_ROOT)\include
Similarly, set the linker directory to the following
$(OSG_ROOT)\lib
And add the libraries to the input option of the linker setting