Update of /cvsroot/plib/plib/src/ssg
In directory usw-pr-cvs1:/tmp/cvs-serv366/src/ssg
Modified Files:
ssgLoadBGL.cxx
Log Message:
-Fixed a bug in line drawing
-handle PointTo, DrawTo, start/end surface -combinations correctly
-support for light maps added
-support for concave polygons added
-Fixed a bug for object positioning with negative longitude
Index: ssgLoadBGL.cxx
===================================================================
RCS file: /cvsroot/plib/plib/src/ssg/ssgLoadBGL.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ssgLoadBGL.cxx 9 Jun 2002 15:30:39 -0000 1.4
+++ ssgLoadBGL.cxx 15 Jun 2002 17:24:56 -0000 1.5
@@ -62,6 +62,11 @@
// + use <iostream> / stl only when JMDEBUG is defined
// + M_PI replaced by SGD_PI
// + Major clean up for MSVC
+// - Fixed a bug in line drawing
+// - handle PointTo, DrawTo, start/end surface combinations correctly
+// - support for light maps added
+// - support for concave polygons added
+// - Fixed a bug for object positioning with negative longitude
//
//===========================================================================
// Copyright (c) 2000 Thomas E. Sevaldrud <ts...@ma...>
[...842 lines suppressed...]
+ curr_part_->setState( createState(false) );
}
#ifdef EXPERIMENTAL_CULL_FACE_CODE
curr_part_->setCullFace ( curr_cull_face_ ) ;
@@ -1840,7 +2145,6 @@
break;
case 0x76: // BGL_BGL JM: do nothing
{
-// curr_xfm_ = NULL;
sgMakeIdentMat4( curr_matrix_ );
sgZeroVec3( curr_rot_pt_ );
}
@@ -1850,7 +2154,6 @@
{
short offset;
offset = ulEndianReadLittle16(fp);
- // do nothing jm
}
break;
|