Struct dae_parser::PolyListGeom [−][src]
Expand description
The data for a PolyList
element.
Fields
vcount: Box<[u32]>
Contains a list of integers, each specifying the number of
vertices for one polygon described by the PolyList
element.
prim: Box<[u32]>
Contains a list of integers that specify the vertex attributes (indices) for an individual polylist. The winding order of vertices produced is counter-clockwise and describes the front side of each polygon.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PolyListGeom
impl Send for PolyListGeom
impl Sync for PolyListGeom
impl Unpin for PolyListGeom
impl UnwindSafe for PolyListGeom
Blanket Implementations
Mutably borrows from an owned value. Read more