Struct obj_exporter::Geometry
[−]
[src]
pub struct Geometry {
pub material_name: Option<String>,
pub shapes: Vec<Shape>,
}A set of shapes, all using the given material.
Fields
material_name: Option<String>
A reference to the material to apply to this geometry.
shapes: Vec<Shape>
The shapes of which this geometry is composed.