This example demonstrates how to create and visualize basic 3D shapes using the tessellate
library.
The following shapes are included in this example:
- supertoroid
To run this example, use the following command:
cargo run --example parametric_shapes
Every shape has a Default method that creates a shape with default parameters.
You can also create a shape with custom parameters by using the new
method.