Update of /cvsroot/playerstage/code/gazebo/server/bodies
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23327/server/bodies

Modified Files:
      Tag: ogre
        LightGeom.cc 
Log Message:
Updates

Index: LightGeom.cc
===================================================================
RCS file: /cvsroot/playerstage/code/gazebo/server/bodies/LightGeom.cc,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -C2 -d -r1.11.2.1 -r1.11.2.2
*** LightGeom.cc        15 Mar 2006 22:45:38 -0000      1.11.2.1
--- LightGeom.cc        10 Aug 2006 03:53:11 -0000      1.11.2.2
***************
*** 45,49 ****
    this->light = this->ogreSceneNode->getCreator()->createLight( "Light1" );
    this->light->setType( Ogre::Light::LT_POINT );
!   this->light->setPosition( Ogre::Vector3(-2,5,0));
    this->light->setDiffuseColour(1.0, 1.0, 1.0);
    this->light->setSpecularColour(1.0, 1.0, 1.0);
--- 45,49 ----
    this->light = this->ogreSceneNode->getCreator()->createLight( "Light1" );
    this->light->setType( Ogre::Light::LT_POINT );
!   this->light->setPosition( Ogre::Vector3(0,100,-100));
    this->light->setDiffuseColour(1.0, 1.0, 1.0);
    this->light->setSpecularColour(1.0, 1.0, 1.0);


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to