Trait three_d::renderer::object::GeometryMut[][src]

pub trait GeometryMut: Geometry {
    fn set_transformation(&mut self, transformation: Mat4);
}
Expand description

Represents a 3D geometry.

Required methods

Set the local to world transformation applied to this geometry.

Implementations on Foreign Types

Implementors