Update of /cvsroot/plib/plib/src/ssg
In directory usw-pr-cvs1:/tmp/cvs-serv5110/src/ssg
Modified Files:
ssgLoadBGL.cxx
Log Message:
REMOVED until legal issues are sorted out
Index: ssgLoadBGL.cxx
===================================================================
RCS file: /cvsroot/plib/plib/src/ssg/ssgLoadBGL.cxx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ssgLoadBGL.cxx 26 Jul 2002 16:53:26 -0000 1.13
+++ ssgLoadBGL.cxx 27 Jul 2002 11:48:51 -0000 1.14
@@ -77,6 +77,7 @@
// - support background textures with correct layering
// - checked re-usage of loaded vertices more carfully (i.e. condsider
// its normal before re-using them).
+// - REMOVED until legal issues are resolved
//
//===========================================================================
// Copyright (c) 2000 Thomas E. Sevaldrud <ts...@ma...>
@@ -91,2788 +92,24 @@
#ifdef SSG_LOAD_BGL_SUPPORTED
[...2772 lines suppressed...]
- }
- }
- break;
-
- } // end of bgl parse switch
-
- if (skip_offset > 0)
- fseek( fp, skip_offset, SEEK_CUR );
-
- } // end of bgl parse while loop
-
- } // end of bgl "object header opcode" while loop
+ return NULL ;
}
-
-#else
-
ssgEntity *ssgLoadBGL(const char *fname, const ssgLoaderOptions *options)
{
|