Struct three::material::Wireframe [] [src]

pub struct Wireframe {
    pub color: Color,
}

Parameters for mesh wireframe rasterization.

Renders the edges of a triangle mesh with a solid color.

Fields

Solid color applied to each wireframe edge.

Default: WHITE.

Trait Implementations

impl Clone for Wireframe
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for Wireframe
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Wireframe
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Wireframe
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Wireframe
[src]