Improved osgSim::SphereSegmenet's handling of transparancy.

This commit is contained in:
Robert Osfield
2004-02-12 01:15:37 +00:00
parent 2f63f0fa21
commit eca2fc2837
4 changed files with 290 additions and 122 deletions

View File

@@ -17,9 +17,9 @@
using namespace osg;
LineWidth::LineWidth()
LineWidth::LineWidth(float width)
{
_width = 1.0f;
_width = width;
}