nico
|
1356db0573
|
added LoadCSVField function
|
2017-01-23 16:23:30 +01:00 |
Paolo Cignoni
|
96087ff8e5
|
FaceGrid -> SparseFaceGrid
|
2016-12-20 09:12:50 +01:00 |
Paolo Cignoni
|
095a697535
|
added a check for empty lines in obj (to avoid out of bound accesses)
|
2016-11-24 18:02:07 +01:00 |
Paolo Cignoni
|
62f9ecf602
|
Harmless warning
|
2016-11-24 17:13:35 +01:00 |
Paolo Cignoni
|
a52d3149b1
|
Added an enum for opening success (E_NOERROR) common to all the imported
|
2016-11-24 17:13:34 +01:00 |
Paolo Cignoni
|
f4feeb5d5b
|
Added support of backslash terminated lines in OBJ
|
2016-11-18 09:16:52 +01:00 |
Paolo Cignoni
|
a42c279255
|
Corrected various warning in an old importer/exporter
|
2016-11-10 16:41:51 +01:00 |
Gianpaolo Palma
|
16de4693b2
|
Bug fixed in the loading of the per-vertex and per-face color alpha value
|
2016-10-28 15:00:24 +02:00 |
Guido Ranzuglia
|
20fa52181f
|
- fixed "if there is color both vertex/face colors are enabled even if there is just one of them" bug
|
2016-10-13 04:28:00 +02:00 |
Guido Ranzuglia
|
9caa217af9
|
- removed ply error in 3d model with wedge texture coord saved in ascii format
|
2016-07-25 12:36:23 +02:00 |
Paolo Cignoni
|
32333eba24
|
Huge copyright sanitization of the header files of vcg folder.
|
2016-06-13 05:29:25 +00:00 |
granzuglia
|
c54c85768a
|
- fixed some minor bugs
|
2016-05-22 15:40:41 +00:00 |
Paolo Cignoni
|
662d0ce811
|
corrected the FileExtension helper func as suggested in BUG#55
|
2016-02-24 05:57:27 +00:00 |
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 |