joa / wiiflash

Automatically exported from code.google.com/p/wiiflash
0 stars 0 forks source link

Sensor values vastly different now #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out WiiFlash AS3 source code from SVN
2. Instantiate a WiiMote, add update event listener and connect
3. Trace sensorX, sensorY, sensorZ properties on update

What is the expected output? What do you see instead?

The values are radically different than that produced by the SWC, and the
values are extremely large, or approach zero using scientific notation. Not
sure at what revision the change in data occured, but I am not sure how to
work with these values from the latest revision. Should we use the SWC or
the latest revision from the repository?

What version of the product are you using? On what operating system?

The latest revision from google code SVN, server 0.4.5.

Please provide any additional information below.

Sample values:

X: 2.1019476964872256e-44
Y: 7.053388906741829e-30
Z: 2204928835584

X: 1.73675039915491e-38
Y: -6672364301451264
Z: 1.8406112419734096e-32

Original issue reported on code.google.com by justin.s...@gmail.com on 24 Aug 2009 at 6:52