class MAGES::Interaction::HandTrackingInteractor::HandModel::BoneTransformMap

Overview

A class containing information about the master and puppet bone transforms. More…

class BoneTransformMap
{
public:
    // properties

    Transform MasterBone;
    Transform PuppetBone;
};

Detailed Documentation

A class containing information about the master and puppet bone transforms.

Properties

Transform MasterBone

Gets or sets the master bone transform.

Transform PuppetBone

Gets or sets the puppet bone transform.