5.71. TabVertex (element)

<tabvertex> ‐ A table of vertices in a subdivision (a mesh)

5.71.1. Attributes

NameTypeDefaults
sizeINTEGERNone (required)

5.71.2. Description

This element defines a table of vertex in a subdivision, a mesh made of a set of faces with normals and texture coordinates.

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

5.71.3. Expected children

The following elements must occur in tabvertex: as many vertex as the value of the size attribute.

5.71.4. Example

The example below defines a tabvertex with two vertices.

<tabvertex size="2">
  <vertex index="1" x="-9.310" y="9.143" z="-2.643" />
  <vertex index="2" x="-0.119" y="0.912" z="-0.392" />
</tabvertex>