Struct wavefront_obj::obj::Geometry [−][src]
Expand description
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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Geometry
impl UnwindSafe for Geometry
Blanket Implementations
Mutably borrows from an owned value. Read more