Polylist class

Polylist class

The POLYLIST. The POLYLIST element provides the information needed to bind vertex attributes together and then organize those vertices into individual polygons. The polygons described in POLYLIST can contain arbitrary numbers of vertices. Unlike the polygons element, the POLYLIST element cannot contain polygons with holes.

Inheritance: PolylistColladaElement

The Polylist type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of Polylist

Properties

PropertyDescription
inputGets or sets the input.
The input element may occur any number of times.
This input is a local input with the offset and set attributes.
vertices_countGets or sets the vertices count.
The vertices count element contains a list of integers describing the number of sides for each polygon described by the POLYLIST element.
The vertices count element may occur once.
primitivesGets or sets the primitives.
The POLYLIST element may have zero or one primitives element.
extraGets or sets the extra.
The extra element may appear any number of times.
nameGets or sets the name.
The name attribute is the text string name of this element.
Optional attribute.
countGets or sets the count.
The count attribute indicates the number of polygon primitives.
Required attribute.
materialGets or sets the material.

See Also