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

@@ -23,7 +23,7 @@ class SG_EXPORT LineWidth : public StateAttribute
{
public :
LineWidth();
LineWidth(float width=1.0f);
/** Copy constructor using CopyOp to manage deep vs shallow copy.*/
LineWidth(const LineWidth& lw,const CopyOp& copyop=CopyOp::SHALLOW_COPY):