diff --git a/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/kleine.ply b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/kleine.ply new file mode 100644 index 00000000..1f0ec480 Binary files /dev/null and b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/kleine.ply differ diff --git a/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/kleine.ply2.html b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/kleine.ply2.html new file mode 100644 index 00000000..08cf9875 --- /dev/null +++ b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/kleine.ply2.html @@ -0,0 +1,11 @@ +
Mesh info: C:\sf\apps\trimeshinfo\trimeshinfo1.01\trimeshinfosample\kleine.ply
+ + +GENERAL INFO
+ +Number of vertices: 255
+Number of faces: 520
+Manifold: NO
Number of edges: 776
+Number of degenerated faces: 0
+Number of unreferenced vertices: 0
+Number of border edges: 0
Number of connected components: 1
Type of Mesh: IRREGULAR
Orientable Mesh: NO
Oriented Mesh: NO
Duplicated vertices: NO
Self Intersection: NO
\ No newline at end of file diff --git a/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/knot_orig.ply b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/knot_orig.ply new file mode 100644 index 00000000..966f556e Binary files /dev/null and b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/knot_orig.ply differ diff --git a/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/knot_orig.ply2.html b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/knot_orig.ply2.html new file mode 100644 index 00000000..2d4f8f45 --- /dev/null +++ b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/knot_orig.ply2.html @@ -0,0 +1,13 @@ +Mesh info: C:\sf\apps\trimeshinfo\trimeshinfo1.01\trimeshinfosample\knot_orig.ply
+ + +GENERAL INFO
+ +Number of vertices: 12800
+Number of faces: 25600
+Manifold: YES
Number of edges: 38400
+Number of degenerated faces: 0
+Number of unreferenced vertices: 0
+Number of holes: 0
+Number of border edges: 0
Number of connected components: 1
Genus: 1
+Type of Mesh: REGULAR
Orientable Mesh: YES
Oriented Mesh: YES
Duplicated vertices: NO
Self Intersection: NO
\ No newline at end of file diff --git a/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/knot_subsampled.ply b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/knot_subsampled.ply new file mode 100644 index 00000000..af5151f7 Binary files /dev/null and b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/knot_subsampled.ply differ diff --git a/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/knot_vcg_simplified.ply b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/knot_vcg_simplified.ply new file mode 100644 index 00000000..999980ef Binary files /dev/null and b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/knot_vcg_simplified.ply differ diff --git a/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/moebius.ply b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/moebius.ply new file mode 100644 index 00000000..12961381 Binary files /dev/null and b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/moebius.ply differ diff --git a/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/moebius_big.ply b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/moebius_big.ply new file mode 100644 index 00000000..cb83d571 Binary files /dev/null and b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/moebius_big.ply differ diff --git a/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/moebius_big.ply2.html b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/moebius_big.ply2.html new file mode 100644 index 00000000..259b4be3 --- /dev/null +++ b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/moebius_big.ply2.html @@ -0,0 +1,13 @@ +Mesh info: C:\sf\apps\trimeshinfo\trimeshinfo1.01\trimeshinfosample\moebius_big.ply
+ + +GENERAL INFO
+ +Number of vertices: 320
+Number of faces: 480
+Manifold: YES
Number of edges: 640
+Number of degenerated faces: 0
+Number of unreferenced vertices: 0
+Number of holes: 0
+Number of border edges: 160
Number of connected components: 1
Genus: 1
+Type of Mesh: IRREGULAR
Orientable Mesh: NO
Oriented Mesh: NO
Duplicated vertices: NO
Self Intersection: NO
\ No newline at end of file diff --git a/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/readme.txt b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/readme.txt new file mode 100644 index 00000000..633e8bbc --- /dev/null +++ b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfosample/readme.txt @@ -0,0 +1,15 @@ +This directory contains six 3d models that can be used to test trimeshinfo. +The models represent a 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 + +a low resolution model of the Kleine bottle: + +- kleine.ply 255 vertexes, 520 triangles + +two low resolution models of the moebius strip: + +- moebius.ply 80 vertexes, 160 triangles +- moebius_big.ply 320 vertexes, 480 triangles