Struct wavefront_obj::obj::Shape [] [src]

pub struct Shape {
    pub primitive: Primitive,
    pub groups: Vec<GroupName>,
}

A shape gathers a primitive and groups.

Each shape is associated with 0 or many groups. Those are text identifiers used to gather geometry elements into different groups.

Fields

The primitive of the shape.

Associated groups. No associated group means the shape uses the default group.

Trait Implementations

impl Clone for Shape
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Shape
[src]

Formats the value using the given formatter.

impl PartialEq for Shape
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.