Revision: 7505
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7505&view=rev
Author:   hsujohnhsu
Date:     2009-03-17 01:12:39 +0000 (Tue, 17 Mar 2009)

Log Message:
-----------
playing with threading... changed physics engine update call from Update() -> 
UpdatePhysics().  I think I'll changed this back soon.

Modified Paths:
--------------
    code/gazebo/branches/ogre-1.4.9/server/physics/PhysicsEngine.hh

Modified: code/gazebo/branches/ogre-1.4.9/server/physics/PhysicsEngine.hh
===================================================================
--- code/gazebo/branches/ogre-1.4.9/server/physics/PhysicsEngine.hh     
2009-03-17 01:12:04 UTC (rev 7504)
+++ code/gazebo/branches/ogre-1.4.9/server/physics/PhysicsEngine.hh     
2009-03-17 01:12:39 UTC (rev 7505)
@@ -89,8 +89,11 @@
     /// \brief Initialize the physics engine
     public: virtual void Init() = 0;
   
+    /// \brief Update the physics engine collision
+    public: virtual void UpdateCollision() = 0;
+
     /// \brief Update the physics engine
-    public: virtual void Update() = 0;
+    public: virtual void UpdatePhysics() = 0;
   
     /// \brief Finilize the physics engine
     public: virtual void Fini() = 0;


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

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to