Added osg::Hint class

This commit is contained in:
Robert Osfield
2007-06-04 10:47:15 +00:00
parent a9d9d387df
commit 448efe0722
4 changed files with 104 additions and 1 deletions

View File

@@ -159,6 +159,7 @@ class OSG_EXPORT StateAttribute : public Object
POINTSPRITE,
PROGRAM,
CLAMPCOLOR,
HINT,
/// osgFX namespace
VALIDATOR,
@@ -179,7 +180,8 @@ class OSG_EXPORT StateAttribute : public Object
OSGNVSLANG_PROGRAM,
// osgNVParse
OSGNVPARSE_PROGRAM_PARSER
OSGNVPARSE_PROGRAM_PARSER,
};