Added examples directory, a place for all new OSG demo code.

Added osgcameragroup, osgviewer, osgtext, osgconv to the new examples directory.
This commit is contained in:
Robert Osfield
2003-02-21 14:05:39 +00:00
parent 0d56658191
commit 3b429134cb
16 changed files with 1138 additions and 1 deletions

View File

@@ -17,7 +17,8 @@ SRC_DIRS = \
osgText\
osgSim\
osgPlugins\
Demos
../examples\
src/Demos
################################################################
@@ -70,6 +71,17 @@ PLUGIN_DIRS += gif
# comment in if you have libtiff installed.
PLUGIN_DIRS += tiff
################################################################
# Directories traversed in the TOPDIR/examples directory
EXAMPLE_DIRS = \
osgcameragroup\
osgconv\
osgtext\
osgviewer\
################################################################
# Directories traversed in the TOPDIR/src/Demos directory
@@ -112,3 +124,4 @@ DEMOS_DIRS = \
osgvertexprogram\
osgviews\
sgv