Struct gltf::mesh::Mesh [] [src]

pub struct Mesh<'a> { /* fields omitted */ }

A set of primitives to be rendered.

Methods

impl<'a> Mesh<'a>
[src]

[src]

Returns the internal JSON index.

[src]

Optional application specific data.

[src]

Defines the geometry to be renderered with a material.

[src]

Defines the weights to be applied to the morph targets.

Trait Implementations

impl<'a> Clone for Mesh<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for Mesh<'a>
[src]

[src]

Formats the value using the given formatter.