Update of /cvsroot/plib/plib/examples/src/ssg/shrubs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8603
Modified Files:
shrubs.cxx
Log Message:
We should not wrap the tree texture
Index: shrubs.cxx
===================================================================
RCS file: /cvsroot/plib/plib/examples/src/ssg/shrubs/shrubs.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- shrubs.cxx 30 Nov 2003 21:03:24 -0000 1.1
+++ shrubs.cxx 14 Nov 2005 12:12:25 -0000 1.2
@@ -351,7 +351,7 @@
// now load the shrubs
- ssgTexture *tex = new ssgTexture("data/deciduous-tree.rgb");
+ ssgTexture *tex = new ssgTexture("data/deciduous-tree.rgb", FALSE, FALSE);
ssgaBillboards::initTexAlpha(tex);
|