Paolo Cignoni
|
4dc3c08004
|
forgot missing include
|
2014-11-05 15:47:57 +00:00 |
Paolo Cignoni
|
63046a8bab
|
updated OFF exporter to correctly save double precision values
|
2014-11-04 23:13:16 +00:00 |
Paolo Cignoni
|
7364bbdb61
|
Added managment of face color in saving off files
|
2014-10-29 22:24:45 +00:00 |
Paolo Cignoni
|
6e221cc7ab
|
assert replaced with a require
|
2014-05-05 21:50:18 +00:00 |
Paolo Cignoni
|
bc3fd845e1
|
Updated many importer to do not use anymore the useless, deprecated, removed, etc etc <uber>
|
2012-10-25 13:17:47 +00:00 |
Paolo Cignoni
|
6254246a05
|
improved support of saving of polygonal meshes when kept using faux bits
|
2012-05-28 11:29:14 +00:00 |
Paolo Cignoni
|
4b0fb8bb2e
|
Ongoing corrections of include paths to comply the new folder arrangement
|
2011-04-03 20:55:22 +00:00 |
granzuglia
|
811396f854
|
removed old m.hasPerSomething() with tri::hasPerSomething(m)
|
2010-12-21 19:23:55 +00:00 |
Paolo Cignoni
|
866abb0921
|
improved the support of per vertex texture data. Now it is correctly handled in OFF and PLY
|
2010-02-23 01:51:25 +00:00 |
Nico Pietroni
|
be706b8d6e
|
corrected 1 bug in ExporterOFF
|
2009-09-27 15:49:35 +00:00 |
Paolo Cignoni
|
d05cc1a41e
|
made more robust the case of saving polygonal meshes
|
2009-06-26 23:19:52 +00:00 |
Marco Di Benedetto
|
b09343bbc4
|
added missing clean.h header, missing std namespace for vector declaration and fixed signed/unsigned warning.
|
2009-06-26 18:26:54 +00:00 |
mtarini
|
2c8ecf8180
|
|
2009-06-26 12:50:55 +00:00 |
Paolo Cignoni
|
0bdd7975b0
|
added suppor of color in OFF format.
|
2008-04-15 10:38:12 +00:00 |
Paolo Cignoni
|
32b5bdefbc
|
Changed the return value to the standard 0 in case of success and notzero for failures
|
2007-11-06 10:58:25 +00:00 |
mtarini
|
e1f61a9f6f
|
Texture coord name change! "TCoord" and "Texture" are BAD. "TexCoord" is GOOD.
|
2007-03-12 16:40:17 +00:00 |
Paolo Cignoni
|
c88392e13b
|
Corrected bug in the management of deleted vertices
|
2006-12-07 00:37:58 +00:00 |
Paolo Cignoni
|
49daa83ca1
|
Corrected bug: missing a newline in the header
|
2006-11-17 16:12:13 +00:00 |
Paolo Cignoni
|
5652756eaf
|
First really working version. Previous code saved a wrong off....
|
2006-09-29 13:56:27 +00:00 |
Paolo Cignoni
|
b32218acdc
|
Added GetExportMaskCapability
|
2006-01-30 13:43:59 +00:00 |
Paolo Cignoni
|
390a724ff7
|
Uniformed return type to the style of Open. Now every export function returns 0 in case of success.
|
2006-01-13 15:47:43 +00:00 |
Paolo Cignoni
|
6dca4be1ab
|
Changed ply::PlyMask to io::Mask
|
2006-01-10 13:20:42 +00:00 |
Paolo Cignoni
|
0863ff9364
|
Added and removed typenames for gcc compiling...
|
2005-12-01 00:58:56 +00:00 |
Paolo Cignoni
|
003e70f410
|
Changed wrong 'MyMesh' into the correct types
|
2005-11-12 18:24:56 +00:00 |
Paolo Cignoni
|
f37ac2dd1b
|
modified count edges
|
2005-09-28 12:35:36 +00:00 |
Paolo Cignoni
|
5b728745f4
|
Fixing comments
|
2005-09-28 10:17:49 +00:00 |
Paolo Cignoni
|
ca8ec26f06
|
Created the ExporterOOFF Class
created the method Save
still to work on the faces since we only write he vertices indexes for each face and no other information.
|
2005-09-28 10:16:19 +00:00 |