Added BlenColour(Vec4) constructor and updated wrappers.
This commit is contained in:
@@ -30,6 +30,8 @@ class OSG_EXPORT BlendColor : public StateAttribute
|
||||
|
||||
BlendColor();
|
||||
|
||||
BlendColor(const osg::Vec4& constantColor);
|
||||
|
||||
/** Copy constructor using CopyOp to manage deep vs shallow copy.*/
|
||||
BlendColor(const BlendColor& trans,const CopyOp& copyop=CopyOp::SHALLOW_COPY):
|
||||
StateAttribute(trans,copyop),
|
||||
|
||||
Reference in New Issue
Block a user