terminal29 / OSVR-Opentrack

Opentrack plugin for OSVR
5 stars 0 forks source link

Bug: Sensitive rotation div 2 #1

Closed r57zone closed 7 years ago

r57zone commented 7 years ago

Hello, I found one bug. Could you please fix it?

Required angle 180 instead of 360, to work with OpenTrack, i checked & tested.

And maybe add none blocking to socket?

u_long nonblocking_enabled = TRUE; ioctlsocket(socketS, FIONBIO, &nonblocking_enabled);

Thanks.

terminal29 commented 7 years ago

Ah yes my bad, i'll fix the conversion up and recompile in a bit. What would adding non-blocking achieve?

r57zone commented 7 years ago

Thanks.