Struct simple_fcl::ModelBuilder [] [src]

pub struct ModelBuilder { /* fields omitted */ }

Builds models out of passed triangles.

Methods

impl ModelBuilder
[src]

[src]

Create a new model builder.

This is just an alias for default.

impl ModelBuilder
[src]

[src]

Add a triangle to the built model.

[src]

Consume the model builder and get the finished model.

Trait Implementations

impl Default for ModelBuilder
[src]

[src]

Returns the "default value" for a type. Read more

impl Drop for ModelBuilder
[src]

[src]

Executes the destructor for this type. Read more