ports/cad/meshdev/files/patch-src_Mesh.h
Pietro Cerutti 18c9d923c2 - New port: cad/meshdev
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/
2012-02-06 15:57:20 +00:00

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
};
//--