Struct obj_exporter::ObjSet
[−]
[src]
pub struct ObjSet {
pub material_library: Option<String>,
pub objects: Vec<Object>,
}A set of objects, as listed in an .obj file.
Fields
material_library: Option<String>
Which material library to use.
objects: Vec<Object>
The set of objects.