Commit Graph

548 Commits

Author SHA1 Message Date
Marco Callieri dd56766889 added the writing of the DXF header to the exporter, as it is required by a lot of importers (like Blender) 2016-01-05 10:09:02 +00:00
Paolo Cignoni 9dc93f2b24 small bug in mask initialization for obj files 2015-12-29 07:13:51 +00:00
Nico Pietroni 23fbd5b769 added Save2AngleFace function 2015-12-24 10:56:49 +00:00
Nico Pietroni 67cfacf2c6 added Save2AngleFace function 2015-12-24 10:55:21 +00:00
Gianpaolo Palma 667d3034dd Fixed the indices of the PropDescriptor. 2015-10-29 13:47:21 +00:00
Gianpaolo Palma e814e3a9f5 Added support to load alpha value in vertex and face color. 2015-10-29 12:22:51 +00:00
Gianpaolo Palma ed0136c5bd Bug fixed in the save of the color per Face in the ASCII PLY file. 2015-10-29 10:41:21 +00:00
Nico Pietroni c59d1a3bba added LoadNDF function 2015-09-14 12:04:50 +00:00
Marco Callieri 032eaf47fd corrected a wrong template type (CMesh0 -> MESH_TYPE) 2015-09-07 09:42:50 +00:00
granzuglia d238a74cd9 - added missed security control 2015-07-30 11:46:05 +00:00
Paolo Cignoni 7b31a05a99 added small hack to better texture name managment in collada importing 2015-03-24 17:44:11 +00:00
Paolo Cignoni 9d093af774 Added a missing #include<wrap/io_trimesh/io_mask.h> 2015-03-18 22:25:53 +00:00
Paolo Cignoni ac56acdd9f Added the OpenMem and OpenStream version of the OFF importer to allow generic use of the importer 2014-12-11 21:34:46 +00:00
Paolo Cignoni 2b2b828b43 Correct printing of normal values in off files 2014-11-14 23:05:40 +00:00
Paolo Cignoni 63e67d5131 Updated to reflect the Normal() -> TriangleNormal() change 2014-11-12 00:21:16 +00:00
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
Gianpaolo Palma b363673f0e Added generic case 2014-10-14 09:28:28 +00:00
Paolo Cignoni cd46470774 corrected a small bug in the saving of ply got by generalizing float/double type 2014-10-09 16:40:35 +00:00
Paolo Cignoni c8d09b8ed5 Corrected the ShotScalarType definintion in export Ply 2014-10-08 17:08:16 +00:00
granzuglia eefdd5ddf6 - improved support for double precision floating point attributes 2014-10-06 08:28:40 +00:00
granzuglia adca0d032e - added precision.h file 2014-10-06 08:27:24 +00:00
Paolo Cignoni 9fa2820419 removed bug causing crash when reading a emtpy off 2014-09-07 21:36:52 +00:00
Luigi Malomo a78ac53814 added edge mesh support to OBJ importer
corrected a type to avoid clang compiler issues
2014-09-06 11:06:23 +00:00
Federico Ponchio f92992780e added typename 2014-08-27 11:38:42 +00:00
granzuglia db5ffd6d80 - small changes 2014-08-21 16:26:16 +00:00
granzuglia 0a3c8c3d8f export_idtf.h:
- removed Visual Studio warnings
2014-08-09 09:50:42 +00:00
granzuglia 1d2e76c17b export_obj.h:
- added additional control on mesh having per-vertex texture coordinates
2014-08-09 09:49:56 +00:00
granzuglia 42a5755fb0 import_asc.h:
- removed Visual Studio warnings
2014-08-09 09:47:24 +00:00
granzuglia 622a67ccc9 import_ply.h:
- err == ply::E_NOERROR is not a critical error
2014-08-09 09:46:19 +00:00
granzuglia dd19843fe1 import_ptx.h:
- added support for double scalar type
2014-08-09 09:43:24 +00:00
Nico Pietroni c3daffa826 added instruction to skip an extra line in the ffield file 2014-07-02 15:02:57 +00:00
Paolo Cignoni aa63261fae Improved float/double when reading ascii formats (read in double and then convert to the needed type) 2014-07-01 09:46:46 +00:00
Paolo Cignoni 5ad487b740 Added a missing typename 2014-06-27 14:47:03 +00:00
granzuglia a30e5c9afd - added support for double scalar type 2014-06-27 14:19:45 +00:00
granzuglia d349f3d3f6 - from Point3f to CoordType 2014-06-27 09:58:29 +00:00
Paolo Cignoni c02fd854f7 Updated the some of the importers to the double/float managmaent. Now by default ascii files are read as double and if necessary downcasted to float. 2014-06-27 08:51:31 +00:00
Nico Pietroni c5afb52dd6 added SaveFaceFIELD 2014-06-22 12:27:03 +00:00
Paolo Cignoni e1b38767ee Small changes in the long long way to making meshlab and the vcglib really float/double independent 2014-06-18 10:55:09 +00:00
Paolo Cignoni f9fbb89854 Small changes in the long long way to making meshlab and the vcglib really float/double independent
TexCoordScalarType can be different from the mesh scalar type
2014-06-18 10:51:46 +00:00
Paolo Cignoni 3e4c020642 Corrected a small bug in the reading of poligonal color and quality (it was not copied in all the triangles of the triangulated poligon) 2014-06-17 13:41:26 +00:00
Paolo Cignoni f6574c7abe Added a fallback to the standard fan tessellator for managing the cases where the glu::tessellator can fail (better than nothing...) 2014-06-17 13:07:07 +00:00
Paolo Cignoni 5e579abc59 Added support for saving polygonal meshes in ascii ply 2014-05-30 08:42:55 +00:00
Paolo Cignoni e362aef041 Corrected bug in the faux edge setting when loading polygonal meshes. 2014-05-07 09:21:46 +00:00
Paolo Cignoni 6e221cc7ab assert replaced with a require 2014-05-05 21:50:18 +00:00
ganovelli d88a1f9772 fixed string-related bugs in reading file images 2014-04-28 15:37:36 +00:00
Gianpaolo Palma fe0a137812 Bug fixed in the save of the edge data in a binary PLY 2014-04-18 15:40:23 +00:00
Nico Pietroni 017e289d3e added several instructions to close the stream on file once opened and read is complete 2014-04-08 08:35:17 +00:00
granzuglia 89f4146e2c - fixed crash on reading obj with material file 2014-02-21 15:16:40 +00:00