25 #ifndef WGETEXTUREHUD_H
26 #define WGETEXTUREHUD_H
31 #include <boost/thread.hpp>
33 #include <osg/Projection>
35 #include <osg/Texture2D>
38 #include "WGEGroupNode.h"
73 WGETextureHudEntry( osg::ref_ptr< osg::Texture2D > texture, std::string name,
bool transparency =
false );
113 osg::ref_ptr< osg::Texture2D >
getTexture()
const;
140 void addTexture( osg::ref_ptr< WGETextureHudEntry > texture );
147 void removeTexture( osg::ref_ptr< WGETextureHudEntry > texture );
245 virtual void operator()( osg::Node* node, osg::NodeVisitor* nv );
254 #endif // WGETEXTUREHUD_H