@@ -195,10 +195,10 @@ void ViewScene::setStateDefaults()
195195 state->setValue (Parameters::Light1On, false );
196196 state->setValue (Parameters::Light2On, false );
197197 state->setValue (Parameters::Light3On, false );
198- state->setValue (Parameters::HeadLightColor, ColorRGB (0 .0 , 0 .0 , 0 .0 ).toString ());
199- state->setValue (Parameters::Light1Color, ColorRGB (0 .0 , 0 .0 , 0 .0 ).toString ());
200- state->setValue (Parameters::Light2Color, ColorRGB (0 .0 , 0 .0 , 0 .0 ).toString ());
201- state->setValue (Parameters::Light3Color, ColorRGB (0 .0 , 0 .0 , 0 .0 ).toString ());
198+ state->setValue (Parameters::HeadLightColor, ColorRGB (1 .0 , 1 .0 , 1 .0 ).toString ());
199+ state->setValue (Parameters::Light1Color, ColorRGB (1 .0 , 1 .0 , 1 .0 ).toString ());
200+ state->setValue (Parameters::Light2Color, ColorRGB (1 .0 , 1 .0 , 1 .0 ).toString ());
201+ state->setValue (Parameters::Light3Color, ColorRGB (1 .0 , 1 .0 , 1 .0 ).toString ());
202202 state->setValue (Parameters::HeadLightAzimuth, 180 );
203203 state->setValue (Parameters::Light1Azimuth, 180 );
204204 state->setValue (Parameters::Light2Azimuth, 180 );
0 commit comments