nagyistoce / tin-man

Automatically exported from code.google.com/p/tin-man
GNU General Public License v3.0
0 stars 0 forks source link

Wizard should report upon position of ball #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Wizard currently doesn't parse responses from server.  It should do so, 
reporting upon the current position of the ball and, if convenient and useful, 
other objects such as agents.

This will be useful for machine learning/training.

Original issue reported on code.google.com by drewnoakes on 21 Jun 2010 at 2:57

GoogleCodeExporter commented 9 years ago
{{{Wizard}}} class now has two events for this:

 * {{{event Action<TimeSpan, TransformationMatrix> BallTransformUpdated}}}
 * {{{event Action<TimeSpan, TransformationMatrix> AgentTransformUpdated}}}

Original comment by drewnoakes on 17 Jul 2010 at 3:44

GoogleCodeExporter commented 9 years ago

Original comment by drewnoakes on 6 Apr 2011 at 2:57