Type Definition dae_parser::PolyList[][src]

pub type PolyList = Geom<PolyListGeom>;
Expand description

Provides the information needed for a mesh to bind vertex attributes together and then organize those vertices into individual polygons.

Implementations

Construct a new PolyList object from a data buffer. Each value n in vcount corresponds to a polygon with n vertices, to which inputs.len() * n index values are associated in prim.