diff --git a/Make/debugtests.bat b/Make/debugtests.bat index d5c0a9cf9..62cba60f8 100755 --- a/Make/debugtests.bat +++ b/Make/debugtests.bat @@ -66,8 +66,8 @@ echo osgmultitexture cessnafire.osg osmultitexture cessnafire.osg more memleaks.log -echo osgreflect cow.osg -osgreflect cow.osg +echo osgreflect cessna.osg +osgreflect cessna.osg more memleaks.log echo osgscribe cow.osg diff --git a/Make/osgtests.bat b/Make/osgtests.bat index 516483668..dc7c2bd8b 100755 --- a/Make/osgtests.bat +++ b/Make/osgtests.bat @@ -49,8 +49,8 @@ osgimpostor Town.osg echo osgmultitexture cessnafire.osg osgmultitexture cessnafire.osg -echo osgreflect cow.osg -osgreflect cow.osg +echo osgreflect cessna.osg +osgreflect cessna.osg echo osgscribe cow.osg osgscribe cow.osg diff --git a/src/osgUtil/SceneView.cpp b/src/osgUtil/SceneView.cpp index 82fd0874a..2b6e42cbc 100644 --- a/src/osgUtil/SceneView.cpp +++ b/src/osgUtil/SceneView.cpp @@ -104,7 +104,7 @@ void SceneView::setDefaults() _globalState->setTextureAttributeAndModes(0,texenv, osg::StateAttribute::ON); osg::LightModel* lightmodel = osgNew osg::LightModel; - lightmodel->setAmbientIntensity(osg::Vec4(0.0f,0.0f,0.0f,1.0f)); + lightmodel->setAmbientIntensity(osg::Vec4(0.1f,0.1f,0.1f,1.0f)); _globalState->setAttributeAndModes(lightmodel, osg::StateAttribute::ON); _backgroundColor.set(0.2f, 0.2f, 0.4f, 1.0f);