Added osgbillboard demo. The code is main a copy of osgtexture right now,

my plan to do change it to make it a better demo of the different types
of billboard that one can do.
This commit is contained in:
Robert Osfield
2002-01-30 15:01:02 +00:00
parent 34b93a9f9d
commit 2695342858
3 changed files with 453 additions and 2 deletions

View File

@@ -1,13 +1,13 @@
#!smake
SHELL=/bin/sh
DIRS = sgv osgconv osgcube osgscribe osgreflect osgtexture osgimpostor osgviews osgcopy hangglide
DIRS = sgv osgconv osgcube osgscribe osgreflect osgtexture osgimpostor osgviews osgcopy osgbillboard hangglide
# comment out if you don't have the freetype and GLU1.3 library installed.
DIRS += osgtext
# comment out if you don't have support for networking.
#DIRS += osgcluster
DIRS += osgcluster
# comment out if you don't have the wxWindows installed.
# DIRS += wxsgv