Added Paging TerraPage loader and osgTXP library.

This commit is contained in:
Don BURNS
2002-11-24 21:36:05 +00:00
parent 89b2575ffe
commit 12e922bc3c
55 changed files with 2578 additions and 175 deletions

View File

@@ -93,6 +93,7 @@ DEMOS_DIRS = \
osgparticle\
osgprerender\
osgshadowtexture\
osgtxp\
osgreflect\
osgscribe\
osgsequence\

View File

@@ -119,7 +119,7 @@ make_osg()
print_attr $INST_PLUGINS 755 >> $TOPDIR/dist/RPM/OpenSceneGraph.spec
print_attr $INST_DEMOS 755 >> $TOPDIR/dist/RPM/OpenSceneGraph.spec
rpm -bb --clean $TOPDIR/dist/RPM/OpenSceneGraph.spec
rpmbuild -bb --clean $TOPDIR/dist/RPM/OpenSceneGraph.spec
mv /usr/src/redhat/RPMS/i386/OpenSceneGraph-$REV-$REL.i386.rpm dist/RPM
}