[Gcblue-commits] gcb_wx/include/graphics tc3DWindow.h,1.8,1.9
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-11-02 04:24:07
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8917/include/graphics Modified Files: tc3DWindow.h Log Message: A few more changes related to GDI+ replacement Index: tc3DWindow.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tc3DWindow.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** tc3DWindow.h 1 Nov 2004 03:17:16 -0000 1.8 --- tc3DWindow.h 2 Nov 2004 04:23:55 -0000 1.9 *************** *** 81,84 **** --- 81,88 ---- void AddChild(tc3DWindow* child); + osg::Geometry* CreateDefaultGeometry(); + osg::Geometry* CreatePieGeometry(float width, float height, float startAngle, float stopAngle, + osg::Vec4& color, int fillMode); + virtual void Draw(); virtual void DrawChildren(); // virtual void DrawChildren(Gdiplus::Graphics *graphics); |