Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
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
|
|
};
|
|
|
|
//--
|