changed intensity of background
This commit is contained in:
@@ -336,7 +336,7 @@ void OglViewerWidget::toggleLight()
|
||||
|
||||
if (m_lightOn)
|
||||
{
|
||||
m_backgroundColor = { m_light.intensities.x() / 100, m_light.intensities.y() / 100, m_light.intensities.z() / 100, 1.0 };
|
||||
m_backgroundColor = { m_light.intensities.x() / 50, m_light.intensities.y() / 50, m_light.intensities.z() / 50, 1.0 };
|
||||
|
||||
updateLightPosition();
|
||||
}
|
||||
|
Reference in New Issue
Block a user