Crates.io | truck-meshalgo |
lib.rs | truck-meshalgo |
version | 0.3.0 |
source | src |
created_at | 2021-12-04 09:49:51.260122 |
updated_at | 2022-12-21 08:52:25.184397 |
description | Mesh algorighms, include tessellations of the shape. |
homepage | https://github.com/ricosjp/truck |
repository | https://github.com/ricosjp/truck |
max_upload_size | |
id | 492175 |
size | 380,903 |
Mesh algorighms, include tessellations of the shape.
An experiment to decompose a mesh into elements for future NURBS-shape approximation of the mesh.
Contains doc(hidden)
methods.
Add the normal to the sphere containing the irregular normal generated from the NURBS containing the critical point.
Apply loop subdivision to regular octahedron.
A benchmark that reads in heavy mesh data, applies triangulation and quadrangulation, and writes it out.
Adds smooth normals to the stanford bunny.
An experiment to decompose a mesh into elements for future NURBS-shape approximation of the mesh.
Adds smooth normals to and quadrangulate the famous teapot.
Tessellate a shape and output an obj file.
usage: tessellate_shape <input json file> <output json file>
The default <output file>
is output.obj.