9 #ifndef GEPETTO_VIEWER_NODEDRAWABLE_HH
10 #define GEPETTO_VIEWER_NODEDRAWABLE_HH
38 this->setColor(color);
41 float getAlpha()
const {
return getColor()[3]; }
Definition: node-drawable.h:19
virtual void setColor(const osgVector4 &color)
virtual ~NodeDrawable()
Definition: node-drawable.h:50
NodeDrawable(const Node &other)
Definition: node-drawable.h:32
virtual osgVector4 getColor() const
::osg::ShapeDrawableRefPtr shape_drawable_ptr_
Definition: node-drawable.h:24
virtual void setTexture(const std::string &image_path)
NodeDrawable(const std::string &name)
Definition: node-drawable.h:29
float getAlpha() const
Definition: node-drawable.h:41
virtual void setAlpha(const float &alpha)
Definition: node-drawable.h:35
Abstract base class of 3D objects in a scene.
Definition: node.h:25
::osg::Vec4f osgVector4
Definition: config-osg.h:100
#define DEF_CLASS_SMART_PTR(className)
Definition: macros.h:51
Definition: action-search-bar.hh:27