Module dae_parser::geom [−][src]
Expand description
Contains functions for reading vertex and other data out of the geometry types, like Mesh
.
Structs
An iterator / accessor for retrieving vertex objects from a stored u32
array.
A completed impporter, which is used to translate primitive lists.
Created with Geom::importer
,
Traits
A trait, to be implemented by user types, to describe how to construct a vertex object
from the stored data.
The context C
is an arbitrary type that can be used for getting
(or modifying, with interior mutability) additional data to create the object.