API reference
API reference
Select your platform
No SDKs available
No versions available

IJointDeltaProvider Interface

Provides tracking and calculation of joint position and rotation deltas between frames for hand tracking.
This interface enables monitoring of joint movement and rotation changes, which is essential for gesture and motion detection. See Oculus.Interaction.PoseDetection.JointDeltaProvider for an example implementation.

Member Functions

Retrieves the position delta between the current frame and previous frame for a specified joint.
Parameters
joint
The HandJointId to query
delta
The world-space position difference between frames
Returns
True if valid delta data is available, false otherwise
Retrieves the rotation delta between the current frame and previous frame for a specified joint.
Parameters
joint
The HandJointId to query
delta
The world-space rotation difference between frames
Returns
True if valid delta data is available, false otherwise
Registers a configuration for tracking specific hand joints in a Joint Delta Provider.
Parameters
config
The JointDeltaConfig specifying which joints to track
Unregisters an existing joint tracking configuration from a Joint Delta Provider.
Parameters
config
The JointDeltaConfig to remove from tracking
Did you find this page helpful?
Thumbs up icon
Thumbs down icon