pub struct RawMtl {
pub materials: HashMap<String, Material>,
}Expand description
Low-level Rust binding for .mtl format (incomplete).
Fields§
§materials: HashMap<String, Material>Map from the material name to its properties
pub struct RawMtl {
pub materials: HashMap<String, Material>,
}Low-level Rust binding for .mtl format (incomplete).
materials: HashMap<String, Material>Map from the material name to its properties