Hey Seth,
I have like, 20 extra minutes today and I am trying to make the best of them
I want to update BBTouch so that it can send the height/width stuff down the TUIO stream. I just want to confirm the formatting really quick.
currently the TUIO packet looks like this:
s session ID, int32
x 0..1 x position, float
y 0..1 y position, float
X x speed, float
Y y speed, float
m vector acceleration, float
I presume the ‘new’ format is something like this:
s session ID, int32
x 0..1 x position, float
y 0..1 y position, float
X x speed, float
Y y speed, float
m vector acceleration, float
h height
w width
what are the height and width units? are they in pixels? are they a float that is relative to the width of the screen (ie screen width = 1.0, blob width = 0.035 or something?)
Thanks!
-panda