Struct amethyst_renderer::Model []

pub struct Model {
    pub material: Material,
    pub mesh: Mesh,
    pub pos: Matrix4<f32>,
}

A renderable object in a scene.

Fields

Material properties of the model.

Physical geometry of the model.

Model matrix.

Trait Implementations

impl Clone for Model
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Model
[src]

Formats the value using the given formatter.

impl PartialEq for Model
[src]

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

This method tests for !=.