ViveSoftware / ViveInputUtility-Unity

A toolkit that helps developing/prototyping VR apps.
http://u3d.as/uF7
Other
353 stars 82 forks source link

Draggable scroll delta #50

Closed JeffBail closed 6 years ago

JeffBail commented 6 years ago

This is a fix for issue #49. Made the hard-coded scroll delta in Update() a member of the class so it can be easily modified from the Editor. Large, far away objects need to have the delta tuned so they can be easily moved without having to scroll too much. The default value of 0.01f has been preserved.