By using this site, you agree to our Privacy Policy and our Terms of Use. Close
wangfoo said:
So are they using the wiimotes CCD to actually control the movement, or are they still relying upon the accelerometers?


From the Webpage:

"The heart of the entire library is contained in the WiimoteState object.  This object contains the state information of every  button, accelerometer, sensor, etc. of the Wiimote and attached extensions."

  • IRState - Current state of the IR sensor
    • RawX1/RawY1/RawX2/RawY2 - Raw XY data from the Wiimote's IR sensor
    • X1/Y1/X2/Y2 - Normalized data from 0.0 - 1.0 on each axis
    • Size1/2 - Size of the dot seen by the Wiimote (only valid in IRAccel mode)
    • Found1/2 - Whether or not each dot is found by the Wiimote