[Gcblue-commits] gcb_wx/include/graphics tc3DWindow.h,1.1,1.2
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-09-14 23:17:25
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23080/include/graphics Modified Files: tc3DWindow.h Log Message: Index: tc3DWindow.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tc3DWindow.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tc3DWindow.h 14 Sep 2004 02:01:45 -0000 1.1 --- tc3DWindow.h 14 Sep 2004 23:17:16 -0000 1.2 *************** *** 81,84 **** --- 81,85 ---- void DrawLine(float x1, float y1, float x2, float y2, const osg::Vec4& color); + void DrawRect(float x1, float y1, float width, float height, const osg::Vec4& color); void DrawText(const char* s, float x, float y, osgText::Font* font, |