- Timestamp:
- 09/01/03 21:43:58 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgfxbrowser/osgfxbrowser.cpp
r2184 r2217 342 342 light->setLightNum(0); 343 343 light->setDiffuse(osg::Vec4(1, 1, 1, 1)); 344 light->setSpecular(osg::Vec4(1, 1, 0.8f, 1)); 345 light->setAmbient(osg::Vec4(0.2f, 0.2f, 0.2f, 0.2f)); 344 346 light->setPosition(osg::Vec4(1, -1, 1, 0)); 345 347
