[Plib-cvs] CVS: plib/src/ssg ssg.h,1.130,1.131
Brought to you by:
sjbaker
From: M?rten Str?m. <str...@us...> - 2002-03-01 17:53:22
|
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 ; |