MicrosoftDocs / mixed-reality

Mixed Reality documentation
Creative Commons Attribution 4.0 International
175 stars 186 forks source link

Missing animation file format version 1.1 specs? #233

Closed guillaumevpayet closed 3 years ago

guillaumevpayet commented 3 years ago

Hello,

MRTK 2.6 claims the motion capture format has changed to version 1.1 and links to this page but this page only details the version 1.0 structure.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

polar-kev commented 3 years ago

@hferrone, here are the version 1.1 updates that should be appended to input-animation-file-format.md.

Section Type Notes
Has Camera Pose [Boolean]  
Has Hand Data [Boolean]  
Has Eye Gaze [Boolean]  
Camera Pose Curves Only if Has Camera Pose is true
Hand Tracked Left Boolean Curve Only if Has Hand Data is true
Hand Tracked Right Boolean Curve Only if Has Hand Data is true
Hand Pinching Left Boolean Curve Only if Has Hand Data is true
Hand Pinching Right Boolean Curve Only if Has Hand Data is true
Hand Joints Left Joint Pose Curves Only if Has Hand Data is true
Hand Joints Right Joint Pose Curves Only if Has Hand Data is true
Eye Gaze Ray Curves Only if Has Eye Gaze is true
polar-kev commented 3 years ago

@hferrone, I'm not sure why this file wasn't carried over in the migration. The version in the old repo has the 1.1 data, https://github.com/microsoft/MixedRealityToolkit-Unity/blob/mrtk_development/Documentation/InputSimulation/InputAnimationFileFormat.md