<tabvertex> ‐ A table of vertices in a subdivision (a mesh)
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.
The following elements must occur in tabvertex: as many vertex as the value of the size attribute.
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>