From 8a5b8d96566176dc2b28438ea3d48e39c838c7dd Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 5 Apr 2007 20:27:02 +0000 Subject: [PATCH] Set default ShadeModel back to SMOOTH --- include/osg/ShadeModel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/ShadeModel b/include/osg/ShadeModel index 31f431f71..97be547eb 100644 --- a/include/osg/ShadeModel +++ b/include/osg/ShadeModel @@ -30,7 +30,7 @@ class OSG_EXPORT ShadeModel : public StateAttribute SMOOTH = GL_SMOOTH }; - ShadeModel(Mode mode=FLAT); + ShadeModel(Mode mode=SMOOTH); /** Copy constructor using CopyOp to manage deep vs shallow copy.*/ ShadeModel(const ShadeModel& sm,const CopyOp& copyop=CopyOp::SHALLOW_COPY):