You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -31,17 +31,17 @@ Features:
31
31
32
32
The following utility programs are included:
33
33
34
-
***mesh_view**: a simple 3D mesh viewer
35
-
***mesh_make**: create arbitrarily-tessellated meshes of various simple shapes
36
-
***mesh_filter**: applies a variety of simple transformations to a mesh, such as converting formats, flipping faces, subdivision, smoothing, rigid-body transformations, etc.
37
-
***mesh_cc**: list and/or extract connected components from a mesh
38
-
***mesh_cat**: combine several meshes into a single file
39
-
***mesh_align**: align 2 meshes using ICP
40
-
***mesh_shade**: a few procedural shaders for adding per-vertex color
41
-
***mesh_check**: check for some kinds of topological oddities (e.g., more than 2 faces at an edge) in a mesh file.
42
-
***mesh_crunch**: quick-n-dirty mesh decimation using the Rossignac-Borrel method of vertex collapse
43
-
***mesh_info**: print out some information about a mesh
44
-
***xf**: create or compose transformations in .xf files
34
+
***mesh_view**: A simple 3D mesh viewer
35
+
***mesh_make**: Create arbitrarily-tessellated meshes of various simple shapes
36
+
***mesh_filter**: Applies a variety of simple transformations to a mesh, such as converting formats, flipping faces, subdivision, smoothing, rigid-body transformations, etc.
37
+
***mesh_cc**: List and/or extract connected components from a mesh
38
+
***mesh_cat**: Combine several meshes into a single file
39
+
***mesh_align**: Align 2 meshes using ICP
40
+
***mesh_shade**: A few procedural shaders for adding per-vertex color
41
+
***mesh_check**: Check for some kinds of topological oddities (e.g., more than 2 faces at an edge) in a mesh file.
42
+
***mesh_crunch**: Quick-n-dirty mesh decimation using the Rossignac-Borrel method of vertex collapse
43
+
***mesh_info**: Print out some information about a mesh
44
+
***xf**: Create or compose transformations in .xf files
0 commit comments