From Alberto Farre, added support for GL_EXT_blend_color, GL_ARB_multisample,

GL_NV_multisample_filter_hint extension in the form of osg::BlendColor and
osg::Multisample state attribute classes.
This commit is contained in:
Robert Osfield
2003-09-17 12:04:48 +00:00
parent a1a77812fd
commit d45fcb5613
9 changed files with 534 additions and 18 deletions

View File

@@ -79,7 +79,7 @@ class SG_EXPORT StateAttribute : public Object
/** Override is used to specified the override behavior of StateAttributes
* from from parent to children.
* See enum Value description for more details.*/
typedef unsigned int OverrideValue;
typedef unsigned int OverrideValue;
/** list values which can be used in to set either GLModeValues
* or OverrideValues. When using in conjunction with GLModeValues
@@ -151,6 +151,9 @@ class SG_EXPORT StateAttribute : public Object
COLORMASK,
DEPTH,
VIEWPORT,
BLENDCOLOR,
MULTISAMPLE,
CLIPPLANE,
CLIPPLANE_0 =CLIPPLANE,