Struct adi_screen::ModelBuilder[][src]

pub struct ModelBuilder { /* fields omitted */ }

The builder for Model.

Methods

impl ModelBuilder
[src]

Set transformation matrix

Set one color for the whole model.

Set the opacity for the whole model.

Set the colors for the following faces.

Set the texture coordinates for the following faces.

Set the vertices for the following faces.

Set the vertices for a double-sided face (actually 2 faces)

Add a face to the model, this unapplies the transformation matrix.

Add a shape to the model.

Create the model

Auto Trait Implementations