Added BlenColour(Vec4) constructor and updated wrappers.

This commit is contained in:
Robert Osfield
2006-02-09 12:20:42 +00:00
parent 8f7d349f7e
commit 59ad441be1
5 changed files with 23 additions and 2 deletions

View File

@@ -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),