Set the default setting of LineWidth to 2.0 to ensure that old default behavior
is maintained.
This commit is contained in:
@@ -272,7 +272,7 @@ namespace
|
||||
Cartoon::Cartoon()
|
||||
: Effect(),
|
||||
_wf_mat(new osg::Material),
|
||||
_wf_lw(new osg::LineWidth),
|
||||
_wf_lw(new osg::LineWidth(2.0f)),
|
||||
_lightnum(0)
|
||||
{
|
||||
setOutlineColor(osg::Vec4(0, 0, 0, 1));
|
||||
|
||||
Reference in New Issue
Block a user