Added new osganalysis example as a testbed for profiling peformance of various aspects of OSG/OpenGL and scene graphs.

This commit is contained in:
Robert Osfield
2010-10-21 16:28:23 +00:00
parent 6ed74470b2
commit 2014e85259
3 changed files with 137 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ SET(TARGET_COMMON_LIBRARIES
IF(DYNAMIC_OPENSCENEGRAPH)
ADD_SUBDIRECTORY(osg2cpp)
ADD_SUBDIRECTORY(osganalysis)
ADD_SUBDIRECTORY(osganimate)
ADD_SUBDIRECTORY(osgautocapture)
ADD_SUBDIRECTORY(osgautotransform)