OpenSceneGraph 2.8.3
|
#include <numeric>
#include <osg/Geometry>
Namespaces | |
namespace | osgWidget |
The osgWidget library is a NodeKit that extends the core scene graph to support a 2D (and eventually 3D) GUI widget set. | |
Defines | |
#define | OSGWIDGET_TYPES |
Typedefs | |
typedef osg::Vec2Array | osgWidget::TexCoordArray |
typedef osg::Vec3Array | osgWidget::PointArray |
typedef osg::Vec4Array | osgWidget::ColorArray |
typedef TexCoordArray::value_type | osgWidget::TexCoord |
typedef PointArray::value_type | osgWidget::Point |
typedef ColorArray::value_type | osgWidget::Color |
typedef TexCoord::value_type | osgWidget::texcoord_type |
typedef Point::value_type | osgWidget::point_type |
typedef Color::value_type | osgWidget::color_type |
typedef osg::Vec2 | osgWidget::XYCoord |
typedef osg::Vec4 | osgWidget::Quad |
typedef osg::Matrix::value_type | osgWidget::matrix_type |
Variables | |
const int | osgWidget::OSGWIDGET_RENDERBIN_MOD = 5000 |
#define OSGWIDGET_TYPES |
![]() | Generated at Tue Mar 22 2011 13:20:19 for the OpenSceneGraph by doxygen 1.7.3. |