Revision: 8916
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8916&view=rev
Author:   natepak
Date:     2010-09-21 20:52:53 +0000 (Tue, 21 Sep 2010)

Log Message:
-----------
Updates

Modified Paths:
--------------
    code/gazebo/branches/wx/server/rendering/Light.cc

Modified: code/gazebo/branches/wx/server/rendering/Light.cc
===================================================================
--- code/gazebo/branches/wx/server/rendering/Light.cc   2010-09-21 20:46:40 UTC 
(rev 8915)
+++ code/gazebo/branches/wx/server/rendering/Light.cc   2010-09-21 20:52:53 UTC 
(rev 8916)
@@ -46,7 +46,7 @@
   this->specularP = new ParamT<Color>("specularColor", Color(.1, .1, .1), 0);
   this->specularP->Callback(&Light::SetSpecularColor, this);
 
-  this->directionP  = new ParamT<Vector3>("direction", Vector3(0, 0, 1), 0);
+  this->directionP  = new ParamT<Vector3>("direction", Vector3(0, 0, -1), 0);
   this->directionP->Callback(&Light::SetDirection, this);
 
   this->attenuationP  = new ParamT<Vector3>("attenuation", Vector3(.1, 0.01, 
.001), 1);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to