Search Unity

Adding delay to the haptic feedback

Discussion in 'Scripting' started by unity_bCCoCjaXUtX8AQ, Jan 17, 2021.

  1. unity_bCCoCjaXUtX8AQ

    unity_bCCoCjaXUtX8AQ

    Joined:
    Jan 17, 2021
    Posts:
    1
    Hi

    I am trying to use a demo in the openHaptics toolkit and modify on it. The haptic device which I am using is Geomagic from 3D systems.

    I am using the openhaptics toolkit demo (blockpuzzle) and I would like to introduce a delay in the haptic feedback (the haptic feedback when the object is touched/grabbed, the haptic feedback related to velocity and momentum when holding the object and moving it, and when dropping the object). All the haptic feedback including weight of the object and momentum etc., I would like to delay it (say 100ms) without any delay in the visual consequences of grabbing and moving the stylus.

    Any idea how can I implement this modification?