interface VRMPoseTransform {
    position?: RawVector3;
    rotation?: RawVector4;
}

Properties

Properties

position?: RawVector3

Position of the transform.

rotation?: RawVector4

Rotation of the transform. Note that it's a quaternion.

Generated using TypeDoc