Wreyth

Joined: 03 Nov 2007 Posts: 75
Digg It |
Posted: Sun Jun 22, 2008 7:33 am Post subject: Wiimote reads RawForce but not RawAcc or gx |
|
|
i have a strange problem, for starters i have to run the bluetooth fix in order for these god forsaken windows vista drivers for my dongle to work
the main problem is i can get it to read RawForceX , Y , Z jsut fine but not RelAccX , Y or ,Z or the RawAcc or the .gx for the Wiimote however on the Nunchuk it Runs Just fine and Reads the RelAccX y, and z
i have tried Wiimote.RelAccX
Wiimote1.RelAccX
and Wiimote2.RelAccX
and nothing comes up on them. here is the variables i am using and the current working way
| Code: |
var.xRot = Wiimote.RawForceX
var.yRot = Wiimote.RawForceY
var.zRot = Wiimote.RawForceZ
var.nxRot = Wiimote.Nunchuk.RelAccX
var.nyRot = Wiimote.Nunchuk.RelAccY
var.nzRot = Wiimote.Nunchuk.RelAccZ
|
|
|