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:
@@ -702,7 +702,7 @@ public class Client
|
||||
protected String _version = "";
|
||||
|
||||
/** An entity that gives us the ability to process events on the main
|
||||
* client thread (which is also the AWT thread). */
|
||||
* client thread. */
|
||||
protected RunQueue _runQueue;
|
||||
|
||||
/** The distributed object manager we're using during this session. */
|
||||
|
||||
@@ -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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user