{ object
// More object here
npoint | the number of the control points in the skeleton |
point | this section contains all the control points of the skeleton.
The first if the control point number 0, the last is the 'npoint'-1.
All the points in the skeleton are in the format (x,y,z), (xb,yb,zb),f 'f' can be 1, if the control point is fixed (impossible to move) or 0, if not fixed '(x,y,z)' if the position of the control point
|
nrel | the number of links (showed like a gray line when the skeleton is selected on the editor view) |
rel | list all the links
a link is the format:
|