Namespaced Rect and Frame to osgfxbrowser::Rect/Frame, as this was causing

a namespace collision with CGL
This commit is contained in:
Don BURNS
2004-10-24 21:05:27 +00:00
parent b70ff91eaf
commit 071891c64c
3 changed files with 11 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
#include <osgText/Text>
namespace osgfxbrowser {
Frame::Frame()
: osg::Geode(),
bgcolor_(0.5f, 0.5f, 0.5f, 1.0f),
@@ -95,3 +97,5 @@ osg::Geometry *Frame::build_quad(const Rect &rect, const osg::Vec4 &color, bool
return geo.take();
}
}