Added new demo osgprerender to demonstrate how to prerender a scene and use

the result in the main rendering for special effects.
This commit is contained in:
Robert Osfield
2002-07-09 13:17:42 +00:00
parent b3904ef729
commit 3ab727713d
6 changed files with 655 additions and 2 deletions

View File

@@ -50,13 +50,13 @@ PLUGIN_DIRS += dx
# PLUGIN_DIRS += quicktime
# comment in if you have libpng installed.
#PLUGIN_DIRS += png
PLUGIN_DIRS += png
# comment in if you have libjpeg installed.
PLUGIN_DIRS += jpeg
# comment in if you have libungif installed.
#PLUGIN_DIRS += gif
PLUGIN_DIRS += gif
# comment in if you have libtiff installed.
PLUGIN_DIRS += tiff
@@ -78,6 +78,7 @@ DEMOS_DIRS = \
osgimpostor\
osgoccluder\
osgparticle\
osgprerender\
osgreflect\
osgscribe\
osgstereoimage\