]> git.mxchange.org Git - flightgear.git/blobdiff - Tri2obj/tri2obj.h
Added support for shared normals.
[flightgear.git] / Tri2obj / tri2obj.h
index 3d3584010a3c3b982312b7593fa449d8cee4f6ef..0b867edaf137c51817a33a47f1fa80a084e4252f 100644 (file)
@@ -43,16 +43,19 @@ extern int new_tris[MAX_TRIS][3];
 
 
 /* Initialize a new mesh structure */
-void triload(char *basename);
+void triload(char *basename, char *basepath);
 
 
 #endif /* TRI2OBJ_H */
 
 
 /* $Log$
-/* Revision 1.3  1997/11/15 18:05:06  curt
-/* minor tweaks ...
+/* Revision 1.4  1998/01/17 01:25:40  curt
+/* Added support for shared normals.
 /*
+ * Revision 1.3  1997/11/15 18:05:06  curt
+ * minor tweaks ...
+ *
  * Revision 1.2  1997/11/14 00:29:13  curt
  * Transform scenery coordinates at this point in pipeline when scenery is
  * being translated to .obj format, not when it is being loaded into the end