VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
override Vector3 AVR.Phys.AVR_AdvancedOffsetGrabProvider.getTargetPosition ( )
inlinevirtual

Target position the grabbed object should "strive" towards in world coordiantes. There will be force pulling getWorldGrabPosition and getTargetPosition together.

Reimplemented from AVR.Phys.AVR_BasicGrabProvider.

Definition at line 21 of file AVR_AdvancedOffsetGrabProvider.cs.

21  {
22  return virtualGrabPoint.position;
23  }