tracking - Add custom hand gestures in three.js - Stack Overflow

时间: 2025-01-06 admin 业界

I have searched the web for ways to add custom hand gestures in three.js WebXR and came across handy.js and other complex packages. I only need to define a few custom gestures that I can express in the same way as ‘pinchstart’ and ‘pinchend’ are implemented in three.js here .js/blob/eea50d850ca5d65e3735330ae24e23fb28b0ea26/src/renderers/webxr/WebXRController.js#L184. Any help how I could do that in my main application is appreciated.

最新文章