Removed the osg::LightPoint::OPAQUE option, and implemented the ADDTIVE blending option.

This commit is contained in:
Robert Osfield
2003-01-06 16:42:02 +00:00
parent 5c37fd7fb4
commit 0161dacc15
2 changed files with 53 additions and 21 deletions

View File

@@ -26,7 +26,6 @@ class OSGSIM_EXPORT LightPoint
enum BlendingMode
{
OPAQUE,
ADDITIVE,
BLENDED
};