vcglib/wrap
Paolo Cignoni 010b310cac Added support of polylines (edges) in PLY support. Used the format suggested in the web description of the ply format ( http://paulbourke.net/dataformats/ply/ )
element edge 5                        { five edges in object }
property int vertex1                  { index to first vertex of edge }
property int vertex2                  { index to second vertex }
2011-11-07 16:14:46 +00:00
..
bmt added GPL incipit 2009-05-18 14:05:55 +00:00
dae Ongoing corrections of include paths to comply the new folder arrangement 2011-04-03 22:51:27 +00:00
gcache turned assert into debug warnng (needs to be investigated) 2011-10-26 09:27:13 +00:00
gl 2011-10-12 07:52:07 +00:00
gui Rolled back 2011-10-05 15:04:40 +00:00
io_edgemesh Updated to the new trimesh centric philosophy 2011-04-05 08:55:57 +00:00
io_tetramesh added GPL incipit 2009-05-18 14:12:20 +00:00
io_trimesh Added support of polylines (edges) in PLY support. Used the format suggested in the web description of the ply format ( http://paulbourke.net/dataformats/ply/ ) 2011-11-07 16:14:46 +00:00
math first release version 2005-05-20 12:47:04 +00:00
minpack first draft of the wrapper for cminpack (see http://devernay.free.fr/hacks/cminpack.html). 2008-06-28 16:14:18 +00:00
mt Untested first draft. 2004-04-01 11:33:41 +00:00
opensg added GPL incipit 2009-05-18 14:20:34 +00:00
ply In MinGW there's no strtok_r, nor strtok_s functions. strtok is the only one available (to my knowledge) 2011-06-14 14:25:45 +00:00
qt Added small utility to dump the result of a packed texture into a img 2011-11-07 16:11:51 +00:00
system stdlib include missing 2009-09-01 10:35:49 +00:00
tsai Rolled back 2011-10-05 15:04:40 +00:00
callback.h added interruptible callback 2004-07-15 11:00:39 +00:00
utils.h Changed barycenter functor to the new Baricenter(face) style 2006-10-13 13:10:05 +00:00