Difference between revisions of "JavascriptGraphicsAPI"

From Sirikata Wiki
Jump to navigation Jump to search
(New page: =Cross thread communication from Physics and Networking to graphics=)
 
Line 1: Line 1:
 
=Cross thread communication from Physics and Networking to graphics=
 
=Cross thread communication from Physics and Networking to graphics=
 +
 +
Objects are sent across the thread barrier to alter the current scene graph being displayed
 +
 +
 +
 +
==Creating a new graphics object==
 +
 +
 +
==Moving a graphics object==
 +
 +
==Destroying a graphics object==
 +
 +
==Attaching a graphics object==

Revision as of 20:43, 6 February 2010

Cross thread communication from Physics and Networking to graphics

Objects are sent across the thread barrier to alter the current scene graph being displayed


Creating a new graphics object

Moving a graphics object

Destroying a graphics object

Attaching a graphics object