Struct collada::ObjSet
[-] [+]
[src]
pub struct ObjSet { pub material_library: Option<String>, pub objects: Vec<Object>, }
A set of objects from the Collada document
Fields
material_library | Which material library to use. |
objects | The set of objects. |