diff --git a/apps/metro/sample/knot_max_simplified.STL b/apps/metro/sample/knot_max_simplified.STL new file mode 100755 index 00000000..dc967b94 Binary files /dev/null and b/apps/metro/sample/knot_max_simplified.STL differ diff --git a/apps/metro/sample/knot_orig.ply b/apps/metro/sample/knot_orig.ply new file mode 100755 index 00000000..966f556e Binary files /dev/null and b/apps/metro/sample/knot_orig.ply differ diff --git a/apps/metro/sample/knot_orig_metro.ply b/apps/metro/sample/knot_orig_metro.ply new file mode 100755 index 00000000..f25c6ba6 Binary files /dev/null and b/apps/metro/sample/knot_orig_metro.ply differ diff --git a/apps/metro/sample/knot_subsampled.ply b/apps/metro/sample/knot_subsampled.ply new file mode 100755 index 00000000..af5151f7 Binary files /dev/null and b/apps/metro/sample/knot_subsampled.ply differ diff --git a/apps/metro/sample/knot_subsampled_metro.ply b/apps/metro/sample/knot_subsampled_metro.ply new file mode 100755 index 00000000..ad1362f1 Binary files /dev/null and b/apps/metro/sample/knot_subsampled_metro.ply differ diff --git a/apps/metro/sample/knot_vcg_simplified.ply b/apps/metro/sample/knot_vcg_simplified.ply new file mode 100755 index 00000000..999980ef Binary files /dev/null and b/apps/metro/sample/knot_vcg_simplified.ply differ diff --git a/apps/metro/sample/knot_vcg_simplified_metro.ply b/apps/metro/sample/knot_vcg_simplified_metro.ply new file mode 100755 index 00000000..88c0d953 Binary files /dev/null and b/apps/metro/sample/knot_vcg_simplified_metro.ply differ diff --git a/apps/metro/sample/readme.txt b/apps/metro/sample/readme.txt new file mode 100755 index 00000000..70f69a6a --- /dev/null +++ b/apps/metro/sample/readme.txt @@ -0,0 +1,7 @@ +This directory contains four 3d models that can be used to test metro. The models represent the same toroidal knot at two different level of details. + +- knot_orig.ply 12800 vertexes, 25600 triangles: the original high resolution mesh +- knot_subsampled.ply 800 vertexes, 1600 triangles: a low res model obtained by simple uniform subsampling +- knot_vcg_simplified.ply 800 vertexes, 1600 triangles: a low res model obtained by our library simplification code +- knot_max_simplified.stl 800 vertexes, 1600 triangles: a low res model obtained by using a commercial tool +