how VR Hand grab the object(rigidbody, multibody.. etc)

Post Reply
JeonMong
Posts: 2
Joined: Thu Mar 02, 2017 8:07 am

how VR Hand grab the object(rigidbody, multibody.. etc)

Post by JeonMong »

I know that VR hand has a lot of flexible sensor.
so VR hand transfer data to pc according moving user finger and draw this hand in virtual reality.

I tried to grab the object using VR hand.
when VR hand grab the object(box, Cylinder .. etc), the object is unstable.
but in bullet 2.86 official video, grabbing motion is very stable.

I wonder how VR hand grab the object????
need force feedback?????? add constraint?????
I don't know how VR hand grab the object..
erbisme4@yahoo.com
Posts: 41
Joined: Fri Apr 29, 2016 2:41 pm

Re: how VR Hand grab the object(rigidbody, multibody.. etc)

Post by erbisme4@yahoo.com »

I am fairly certain it is done similar to mouse picking on the 2d screen using btPoint2PointConstraint but this time it is moving the constraint in 3d space (one for each finger on the object)
erbisme4@yahoo.com
Posts: 41
Joined: Fri Apr 29, 2016 2:41 pm

Re: how VR Hand grab the object(rigidbody, multibody.. etc)

Post by erbisme4@yahoo.com »

If it's not that, then it may be similar to the Gripper Grasp Example in the Bullet Browser
Post Reply