From: Oliver O. <fr...@us...> - 2007-06-17 08:33:48
|
Update of /cvsroot/simspark/simspark/spark/kerosin/textureserver In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6446 Modified Files: Tag: projectx texture2d.h Log Message: - added flag to constructor if GL methods should be used Index: texture2d.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/kerosin/textureserver/texture2d.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.1.2.1 diff -C2 -d -r1.1.2.1 -r1.1.2.1.2.1 *** texture2d.h 16 Feb 2007 15:40:52 -0000 1.1.2.1 --- texture2d.h 17 Jun 2007 08:33:45 -0000 1.1.2.1.2.1 *************** *** 36,40 **** // public: ! Texture2D(); ~Texture2D(); --- 36,40 ---- // public: ! Texture2D(bool use_gl = false); ~Texture2D(); |