Adjuvo / SenseGlove-Unity

The latest stable Unity SDK for the SenseGlove.
MIT License
35 stars 10 forks source link

Gap between finger and the object while grabbing #26

Open ramkikumars opened 2 years ago

ramkikumars commented 2 years ago

Hi, When i grab an object, there is a gap between the finger tip and the surface of the object. I tried to change the size of the colliders in grab layer and feedback layer. Feedback is engaging when i touch the surface, since the grab layer colliders pass through the object i could not grab it. image

MaxLammers commented 2 years ago

Hi Ramki,

There is a layer called "PassThroughLayer" that is attempting to stop your virtual fingers from passing through physics bodies. In its current implementation, it is based on colliders at the fingertips. You could adjust their size to tweak the indicated behavior. Disabling this layer will disable this behavior altogether.

We don't recommend moving / resizing the colliders of the "Grab Layer" or "Feedback Layer" too much, as this can impact the functionality of these layers.