Up Title 

  Overview Creating  Editing  Special Commands  File Format  Control Points  Field

skeleton - File Format

Text file format

The .rt file format for skeleton object is:
  The skeleton object is like a group object, with two new sections
 
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 
'(xb,yb,zb)' if the base 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: 
    x , y ;
where x and y are the indices of the two control points of the link.
Important: an object must be associated to a link, so every time a link in the skeleton is moved, the object move too. To associate an object to a link, two object attributes must be set, 'from' and 'to', ...
 

Binary file Format

Not allowed.



Up Title