Added support for glLightModel functionality via osg::LightModel.

This commit is contained in:
Robert Osfield
2002-02-25 22:46:38 +00:00
parent aaa0a42205
commit e21af2adce
10 changed files with 256 additions and 6 deletions

View File

@@ -129,7 +129,6 @@ class OSGGLUT_EXPORT Viewer : public Window, public osgUtil::GUIActionAdapter
int backface;
int lighting;
int flat_shade;
int _two_sided_lighting;
float frRate; // gwm Jul 2001 added convolved ('averaged') frame rate
int _printStats; // gwm Jul 2001 change from bool
struct { // gwm Jul 2001, added for display of statistics