IR pointer rotation finally working... Added a low-pass filter over sin and cos, but I still get some jittering... I suspect it's the numeric values... Billiard? Can you please help me on this?

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6146 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
dapetcu21
2010-08-29 17:51:55 +00:00
parent a3df65bd02
commit ad6ddfa18c
2 changed files with 27 additions and 10 deletions

View File

@ -141,6 +141,8 @@ private:
// WiiMote accel data
AccelData m_accel;
double ir_sin,ir_cos; //for the low pass filter
//UDPWiimote
UDPWrapper* m_udp;