[Gcblue-commits] gcb_wx/include/graphics tc3DViewer.h,1.10,1.11 tc3DWindow.h,1.16,1.17
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-07-16 23:11:08
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26245/include/graphics Modified Files: tc3DViewer.h tc3DWindow.h Log Message: Index: tc3DWindow.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tc3DWindow.h,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** tc3DWindow.h 11 Jun 2005 21:01:43 -0000 1.16 --- tc3DWindow.h 16 Jul 2005 23:10:59 -0000 1.17 *************** *** 45,48 **** --- 45,49 ---- class Geode; class Geometry; + class Group; class MatrixTransform; class Projection; Index: tc3DViewer.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tc3DViewer.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** tc3DViewer.h 14 Jul 2005 23:41:50 -0000 1.10 --- tc3DViewer.h 16 Jul 2005 23:10:59 -0000 1.11 *************** *** 195,198 **** --- 195,199 ---- float zmin; ///< depth buffer limits float zmax; + bool useFarSceneView; ///< true to use two scene views to suppress z-fighting // camera parameters |