We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
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.
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TGF:
DOT: https://docs.google.com/viewer?a=v&pid=sites&srcid=ZGVmYXVsdGRvbWFpbnxmcmFuY2lzY2FiYXJsZXxneDozZmZjNmQ0ZDUyNTk3MDJm
The text was updated successfully, but these errors were encountered: