Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TGF and DOT format parsing #11

Open
bigbes opened this issue Apr 20, 2016 · 0 comments
Open

TGF and DOT format parsing #11

bigbes opened this issue Apr 20, 2016 · 0 comments

Comments

@bigbes
Copy link
Owner

bigbes commented Apr 20, 2016

TGF:

A .tgf file contains a graph of describing a set of control handles/structures: point controls, bones of a skelton and cages made of "cage edges".

The first part of the file consists of lines regarding each vertex of the graph. Each line reads:

[index] [x] [y] [z] [undocument optional data]

Indices begin with 1 and should proceed in order. Then there should be a line with a sole:

#

The next section concerns the edges of the graph. Each line corresponds to an edge:

[source index] [dest index] [is bone] [is pseudo-edge] [is cage edge] [undocument other data]

Bone edges trump pseudo and cage edges.

DOT: https://docs.google.com/viewer?a=v&pid=sites&srcid=ZGVmYXVsdGRvbWFpbnxmcmFuY2lzY2FiYXJsZXxneDozZmZjNmQ0ZDUyNTk3MDJm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant