Update of /cvsroot/playerstage/code/gazebo/server
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10863/server
Modified Files:
Tag: ogre
OgreFrameListener.cc
Log Message:
Updates to rendering engine.
Index: OgreFrameListener.cc
===================================================================
RCS file: /cvsroot/playerstage/code/gazebo/server/Attic/OgreFrameListener.cc,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** OgreFrameListener.cc 13 Aug 2006 15:57:43 -0000 1.1.2.4
--- OgreFrameListener.cc 26 Aug 2006 14:24:05 -0000 1.1.2.5
***************
*** 33,41 ****
{
Camera *camera;
-
//this->ogreAdaptor->cameraNode->translate(this->ogreAdaptor->cameraNode->getOrientation()
* this->ogreAdaptor->cameraPitchNode->getOrientation() * this->directionVec *
evt.timeSinceLastFrame );
if ((camera = CameraManager::GetInstance()->GetActiveCamera()))
{
- printf("Translate\n");
camera->Translate(this->directionVec * evt.timeSinceLastFrame );
}
--- 33,39 ----
***************
*** 140,146 ****
camera->RotatePitch(-e->getRelY() * this->rotateAmount);
}
-
- /*this->ogreAdaptor->cameraNode->yaw( Ogre::Degree(-e->getRelX( ) *
this->rotateAmount));
- this->ogreAdaptor->cameraNode->getChild(0)->pitch(
Ogre::Degree(-e->getRelY() * this->rotateAmount) );
- */
}
--- 138,140 ----
-------------------------------------------------------------------------
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