Update of /cvsroot/openvrml/openvrml/src/libopenvrml-gl/openvrml/gl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30612/src/libopenvrml-gl/openvrml/gl
Modified Files:
Tag: OpenVRML-0_16-BRANCH
viewer.cpp viewer.h
Log Message:
Moved definition of USE_STENCIL_SHAPE out of the header.
Index: viewer.h
===================================================================
RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml-gl/openvrml/gl/viewer.h,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -C2 -d -r1.14 -r1.14.2.1
*** viewer.h 19 May 2006 21:52:43 -0000 1.14
--- viewer.h 22 Jan 2007 04:32:12 -0000 1.14.2.1
***************
*** 27,33 ****
# include <openvrml/viewer.h>
- // Use the stencil buffer to set the SHAPE mask.
- # define USE_STENCIL_SHAPE 0
-
extern "C" struct GLUtesselator;
--- 27,30 ----
Index: viewer.cpp
===================================================================
RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml-gl/openvrml/gl/viewer.cpp,v
retrieving revision 1.43.2.10
retrieving revision 1.43.2.11
diff -C2 -d -r1.43.2.10 -r1.43.2.11
*** viewer.cpp 21 Jan 2007 18:05:17 -0000 1.43.2.10
--- viewer.cpp 22 Jan 2007 04:32:12 -0000 1.43.2.11
***************
*** 47,50 ****
--- 47,53 ----
# include "viewer.h"
+ // Use the stencil buffer to set the SHAPE mask.
+ # define USE_STENCIL_SHAPE 0
+
// Textures are now done using OGL1.1 bindTexture API rather than
// display lists when this flag is set. Don't define this if you
|