Guides

VRTK_SpringJointGrabAttach

extends VRTK_BaseJointGrabAttach

Overview

Attaches the grabbed Interactable Object to the grabbing object via a Spring Joint.

The Interactable Object will be attached to the grabbing object via a Spring Joint and the Joint can be broken upon colliding the Interactable Object with other colliders.

Script Usage:

  • Place the VRTK_SpringJointGrabAttach script on either:
    • The GameObject of the Interactable Object to detect interactions on.
    • Any other scene GameObject and then link that GameObject to the Interactable Objects Grab Attach Mechanic Script parameter to denote use of the grab mechanic.

Inspector Parameters

  • Break Force: Maximum force the Joint can withstand before breaking. Setting to infinity ensures the Joint is 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.