Update of /cvsroot/plib/plib/src/ssg
In directory usw-pr-cvs1:/tmp/cvs-serv14808
Modified Files:
ssg.h
Log Message:
Made members of ssgContext "protected".
Index: ssg.h
===================================================================
RCS file: /cvsroot/plib/plib/src/ssg/ssg.h,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- ssg.h 19 Jan 2002 20:37:21 -0000 1.130
+++ ssg.h 1 Mar 2002 17:53:19 -0000 1.131
@@ -2218,6 +2218,8 @@
class ssgContext
{
+ protected:
+
int enabledClipPlanes ;
sgVec4 clipPlane [ 6 ] ;
ssgSimpleState *currentState ;
|