From J.P Delport, game of life example that demonstrates ping pong render to texture rendering

This commit is contained in:
Robert Osfield
2008-10-14 14:58:10 +00:00
parent 78d731a316
commit 3aebed206e
5 changed files with 454 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ IF(DYNAMIC_OPENSCENEGRAPH)
ADD_SUBDIRECTORY(osgfont)
ADD_SUBDIRECTORY(osgforest)
ADD_SUBDIRECTORY(osgfxbrowser)
ADD_SUBDIRECTORY(osggameoflife)
ADD_SUBDIRECTORY(osggeodemo)
ADD_SUBDIRECTORY(osggeometry)
ADD_SUBDIRECTORY(osggeometryshaders)