Removed the osg::LightPoint::OPAQUE option, and implemented the ADDTIVE blending option.
This commit is contained in:
@@ -26,7 +26,6 @@ class OSGSIM_EXPORT LightPoint
|
||||
|
||||
enum BlendingMode
|
||||
{
|
||||
OPAQUE,
|
||||
ADDITIVE,
|
||||
BLENDED
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user