Jump to content

GMF file format changes for version 2


Josh
 Share

Recommended Posts

1. In the GMF_ANIMATIONKEYS chunk, following the end of the animation matrix data, a null-terminated string should be included that specifies the name of the animation sequence. If the sequence has no name, simply write a 0 unsigned char (1 byte). This also increases this chunk's size by the length of the string + 1.

 

2. The version stored at the beginning of the file should now be incremented to 2.

 

Node Data Description

GMF_FILE int version (should be 2)

 

GMF_ANIMATIONKEYS int number of frames

float[16] 4x4 matrix

string sequence name

  • Upvote 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...