Class Polylist

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.

public class Polylist : ColladaElement

Constructors

NameDescription
Polylist()The default constructor.

Properties

NameDescription
Count { get; set; }Gets or sets the count. The count attribute indicates the number of polygon primitives. Required attribute.
Extra { get; set; }Gets or sets the extra. The extra element may appear any number of times.
Input { get; set; }Gets 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.
Material { get; set; }Gets or sets the material.
Name { get; set; }Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
Primitives { get; set; }Gets or sets the primitives. The POLYLIST element may have zero or one primitives element.
VerticesCount { get; set; }Gets 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.

See Also