mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
MeshDev is a mesh comparison software. It accepts two meshes as input and computes the geometrical deviation between the two meshes. It return numerical values and can optionaly generate visual results (with a pseudo-colored mesh corresponding to the measured deviation) in OpenInventor format. This port features a patch (by myself) to read binary and ASCII STL files. This feature was removed in the transition from version 0.4 -> 0.5. Distfiles are unfetchable from sourceforce. For this reason, they're hosted on our infrastructure. WWW: http://meshdev.sourceforge.net/
12 lines
225 B
C
12 lines
225 B
C
--- src/Mesh.h.orig 2012-02-06 16:12:01.000000000 +0100
|
|
+++ src/Mesh.h 2012-02-06 16:13:59.000000000 +0100
|
|
@@ -33,7 +33,8 @@
|
|
UNKNOWN_FILE,
|
|
INVENTOR_FILE,
|
|
VRML_1_FILE,
|
|
- VRML_2_FILE
|
|
+ VRML_2_FILE,
|
|
+ STL_FILE
|
|
};
|
|
|
|
//--
|