med-material / TunnelGoalFittsTests

Unity Sources for Goal Crossing, Steering Task and Fitts Law to benchmark physical abilities (fx head movement)
MIT License
1 stars 1 forks source link

for very small tunnel heights we need to scale the pointer down so it fits visually inside the tunnel #41

Open hendrikknoche opened 4 years ago

hendrikknoche commented 4 years ago

with the current pointer it might not be clear which part (most likely the tip of the arrow) needs to be inside the tunnel. when in the tunnel e.g. we could simply have a dot inside the tunnel that has a minimum size of e.g. 1 or 2 pixels regardless of tunnel height.

bastianilso commented 4 years ago

since commit c8fa40209762cb3a357081a08f9eb89106c34214 the cursor is now 12px - doing a 1px/2px cursor is almost impossible to see.

Should I subtract the cursor height (12px) from the calculated tunnel height?

bastianilso commented 4 years ago

image reference image