5.63. TabBoneRef (element)

<tabboneref> ‐ A table of bone references in a subdivision (a mesh)

5.63.1. Attributes

NameTypeDefaults
sizeINTEGERNone (required)

5.63.2. Description

This element defines a table of bone references in a subdivision, a mesh made of a set of faces with normals and texture coordinates. Each bone reference is bound to an external bone node that is used to control the displacement of vertices.

The integer value size of the size attribute defines the number of bone references contained in the table. This element expects size bone references in its scope.

5.63.3. Expected children

The following elements must occur in tabboneref: as many bone references as the value of the size attribute.

5.63.4. Example

The example below defines a tabboneref with three bone references.

<tabboneref size="3">
 <boneref index="1" xlink:href="#Body"/>
 <boneref index="2" xlink:href="#Leg"/>
 <boneref index="3" xlink:href="#shin"/>
</tabboneref>