TomorrowTodayLabs / NewtonVR

A virtual reality interaction system for unity based on physics.
MIT License
788 stars 196 forks source link

Better control over haptic feedback #151

Open daef opened 7 years ago

daef commented 7 years ago

Interrested how haptic feedback works I stumbled upon this implementation. (which already contains a comment regarding the limited interface)

Reading up on the documentation: SetControllerVibration() support for Oculus Touch is now deprecated;

Now the official oculus state of the art haptic api seems to digest samples at 320Hz, which makes me think about haptic Feedback in a completely different way then an API which is simply defined as doHapticPulse(durationMs).

Is there any way to access the ovrhaptics API despite using NewtonVR or does anyone plan to integrate this functionality?