Created a basic application framework that integrates JME's rendering loop

(in fixed framerate format) with the Presents event queue in what will
hopefully be happy harmony. Also made some edits to the Presents code to
not sound like we assume things run on the AWT thread which we don't and
which is not the case in this framework.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3510 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-04-20 21:44:03 +00:00
parent 3fded0305b
commit ee144eb974
5 changed files with 289 additions and 3 deletions
@@ -173,8 +173,8 @@ public class ClientDObjectMgr
}
/**
* Invoked on the AWT thread to process any newly arrived messages
* that we have waiting in our queue.
* Invoked on the main client thread to process any newly arrived
* messages that we have waiting in our queue.
*/
public void run ()
{