Type Definition dae_parser::TriFans

source · []
pub type TriFans = Geom<TriFanGeom>;
Expand description

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

Implementations

Construct a new TriFans object from a data buffer. Each buffer in data contains 3 or more vertices, each consisting of inputs.len() indices, for a total of inputs.len() * verts values.