VRTK_SpringJointGrabAttach
extends VRTK_BaseJointGrabAttach
Overview
The Spring Joint Grab Attach script is used to create a simple Spring Joint connection between the object and the grabbing object.
Inspector Parameters
- Break Force: Maximum force the joint can withstand before breaking. Infinity means unbreakable.
- Strength: The strength of the spring.
- Damper: The amount of dampening to apply to the spring.
Example
VRTK/Examples/021_Controller_GrabbingObjectsWithJoints
demonstrates this grab attach mechanic on the Drawer object in the scene.
Updated less than a minute ago