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

A reference to the material to apply to this geometry.

The shapes of which this geometry is composed.

Trait Implementations

impl Clone for Geometry
[src]

[src]

impl PartialEq<Geometry> for Geometry
[src]

[src]

[src]

impl Debug for Geometry
[src]

[src]