Added glSissor suppor via new osg::Scissor class.

Added .osg support for osg::Scissor.
Added .ive support for osg::Viewport and osg::Scissor.
This commit is contained in:
Robert Osfield
2005-07-22 09:31:19 +00:00
parent 37b4df3f71
commit 47651d3c8d
18 changed files with 439 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ class OSG_EXPORT StateAttribute : public Object
COLORMASK,
DEPTH,
VIEWPORT,
SCISSOR,
BLENDCOLOR,
MULTISAMPLE,