Struct e2rcore::implement::render::mesh::Mesh [] [src]

pub struct Mesh {
    pub _id: u64,
    pub _pos: Vec<Mat3x1<f32>>,
    pub _normal: Vec<Mat3x1<f32>>,
    pub _tc: Vec<Mat2x1<f32>>,
}

Fields

Methods

impl Mesh
[src]

[src]

Trait Implementations

impl Clone for Mesh
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl IObjImpl for Mesh
[src]

[src]

[src]