Revision: 8692
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8692&view=rev
Author:   natepak
Date:     2010-05-18 23:20:40 +0000 (Tue, 18 May 2010)

Log Message:
-----------
Back to pixel shader

Modified Paths:
--------------
    code/gazebo/trunk/server/rendering/OgreVisual.cc

Modified: code/gazebo/trunk/server/rendering/OgreVisual.cc
===================================================================
--- code/gazebo/trunk/server/rendering/OgreVisual.cc    2010-05-18 23:00:32 UTC 
(rev 8691)
+++ code/gazebo/trunk/server/rendering/OgreVisual.cc    2010-05-18 23:20:40 UTC 
(rev 8692)
@@ -116,7 +116,7 @@
                                                 std::string("none"),0);
   this->normalMapNameP->Callback( &OgreVisual::SetNormalMap, this );
 
-  this->shaderP = new ParamT<std::string>("shader", std::string("vertex"),0);
+  this->shaderP = new ParamT<std::string>("shader", std::string("pixel"),0);
   this->shaderP->Callback( &OgreVisual::SetShader, this );
   Param::End();
 


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

------------------------------------------------------------------------------

_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to