truck-meshalgo

Crates.io Docs.rs

Mesh algorighms, include tessellations of the shape.

Sample Codes

filleted-cube

An experiment to decompose a mesh into elements for future NURBS-shape approximation of the mesh. Contains doc(hidden) methods.

irregular-sphere

Add the normal to the sphere containing the irregular normal generated from the NURBS containing the critical point.

requadrangulate-buddha

A benchmark that reads in heavy mesh data, applies triangulation and quadrangulation, and writes it out.

smoothing-bunny

Adds smooth normals to the stanford bunny.

splitting-sample

An experiment to decompose a mesh into elements for future NURBS-shape approximation of the mesh.

teapot

Adds smooth normals to and quadrangulate the famous teapot.

tessellate_shape

Tesellate a shape and output an obj file.

bash usage: tessellate_shape <input json file> <output json file>

The default <output file> is output.obj.