@@ -296,7 +296,7 @@ namespace bs
light->setPhysicallyBasedAttenuation(false);
light->setRange(10.0f);
- light->setIntensity(100.0f);
+ light->setIntensity(10.0f);
/************************************************************************/
/* SKYBOX */
@@ -9,7 +9,7 @@
namespace bs
{
- const float ObjectRotator::ROTATION_SPEED = 360.0f; // Degrees/second
+ const float ObjectRotator::ROTATION_SPEED = 120.0f; // Degrees/second
/** Wraps an angle so it always stays in [0, 360) range. */
Degree wrapAngle2(Degree angle)