VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
virtual Transform AVR.Phys.AVR_BasicGrabProvider.getTargetTransform ( )
inlinevirtual

getTargetPosition() and getTargetRotation() combined into one transform. The grabbed objects transform will strive to adopt these values over time.

Reimplemented in AVR.Phys.AVR_OffsetGrabProvider, and AVR.Phys.AVR_AdvancedOffsetGrabProvider.

Definition at line 113 of file AVR_BasicGrabProvider.cs.

113  {
114  return grabPoint;
115  }
Transform grabPoint
Transform of the location an object is grabbed towards (Typically the palm of your hand)...