alemuntoni
|
59548afa48
|
import ply supports uint type for edge properties vertex1 and vertex2
|
2020-11-19 17:40:32 +01:00 |
alemuntoni
|
f7871eed2d
|
bugfixes and PR template
|
2020-04-17 16:44:23 +02:00 |
T.Alderighi
|
910da4c3e3
|
fixed bug when opening ply files containing float scalartype on a double scalartype mesh and viceversa
|
2019-09-19 17:56:55 +02:00 |
T.Alderighi
|
ca65cf2162
|
added support for face normals export and import and face (double precision) quality export and import for ply format
|
2019-09-10 15:42:41 +02:00 |
Paolo Cignoni
|
d8fa7295e7
|
Added yet another variant of ply ushort/char combination...
close meshlab bug #290
|
2018-04-06 11:00:28 +02:00 |
Marco Callieri
|
302e75772b
|
formatting
|
2018-03-15 17:18:54 +01:00 |
Luigi Malomo
|
16a5d7b999
|
corrected importer to handle import of polygonal ply into meshes with polyinfo
|
2018-03-07 20:12:42 +01:00 |
Paolo Cignoni
|
fe69d16df4
|
Added support of attributes in saving of ply
with an easy to use AddPerVertexFloatAttribute helper
|
2018-02-13 19:39:59 +01:00 |
Luigi Malomo
|
2a52c8ae8c
|
thomas minor changes and fixes
|
2017-11-23 19:14:02 +01:00 |
Luigi Malomo
|
5f27854447
|
fixed crash when importing a polygonal ply onto a polygonal mesh
|
2017-05-30 19:18:57 +02:00 |
Paolo Cignoni
|
96087ff8e5
|
FaceGrid -> SparseFaceGrid
|
2016-12-20 09:12:50 +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 |
Paolo Cignoni
|
32333eba24
|
Huge copyright sanitization of the header files of vcg folder.
|
2016-06-13 05:29:25 +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 |
granzuglia
|
eefdd5ddf6
|
- improved support for double precision floating point attributes
|
2014-10-06 08:28:40 +00:00 |
granzuglia
|
622a67ccc9
|
import_ply.h:
- err == ply::E_NOERROR is not a critical error
|
2014-08-09 09:46:19 +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
|
646a31972f
|
Significant Change: Now the importer compute the bbox. All the importer should do.
|
2013-09-11 11:10:19 +00:00 |
mtarini
|
2c3d20ca40
|
(nothing, really: comment cleanup, indent, beautification, translation...)
|
2013-06-04 11:55:33 +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
|
18160d8ea8
|
Small change for managing correctly the ocf type when adding new faces in ply importer (you should never just copy a face over another one...)
|
2012-06-14 13:46:41 +00:00 |
Paolo Cignoni
|
59ca545056
|
corrected a bunch of Face::HasSomething() into HasPerFaceSomething(mesh)
|
2012-05-05 14:50:43 +00:00 |
Paolo Cignoni
|
f45e0cec3a
|
Changed all the MeshType::HasSomething() into the now standard tri::HasSomething(MeshType &m)
|
2012-01-20 07:44:55 +00:00 |
Paolo Cignoni
|
e77ebb6cd0
|
corrected small bug in parsing ply files of polylines and added better error reporting
|
2011-12-12 23:25:39 +00:00 |
Paolo Cignoni
|
f160468516
|
added some further controls when reading edges in ply
|
2011-11-21 07:24:15 +00:00 |
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 |
Paolo Cignoni
|
fca3d016d8
|
added a missing include<stddef>
|
2011-10-13 07:40:13 +00:00 |
Paolo Cignoni
|
2fe129645b
|
Rolled back
|
2011-10-05 15:04:40 +00:00 |
Paolo Cignoni
|
4b0fb8bb2e
|
Ongoing corrections of include paths to comply the new folder arrangement
|
2011-04-03 20:55:22 +00:00 |
Federico Ponchio
|
bee287603e
|
added minimal doc on Open.
|
2011-03-21 17:20:38 +00:00 |
Paolo Cignoni
|
f646abea7b
|
added support of ply files saved by the plywrite package of matlab, that strangely enough use char (!) as a type for vertex indexes...
|
2010-10-20 12:25:13 +00:00 |
Paolo Cignoni
|
a184a620e4
|
corrected the vertical orientation of texture to be consistent with per wedge tex coords
|
2010-04-08 16:49:50 +00:00 |
mtarini
|
54ca153009
|
mini-changes at various importer exporters, to maximize compatibility
|
2010-03-13 00:52:17 +00:00 |
Paolo Cignoni
|
49bbc55cac
|
removed harmless gcc warnings
|
2010-01-03 01:57:39 +00:00 |
mtarini
|
420af788a6
|
fixed bug importing s,t per vert (in blender-flavour plys)
|
2009-11-05 12:55:31 +00:00 |
Paolo Cignoni
|
7ef26b5a25
|
Improved support for loading meshes with per vertex texture coords (as saved by blender)
|
2009-10-27 23:55:44 +00:00 |
Paolo Cignoni
|
3e6ced9eae
|
Added management of both confidence and intensity in ply storing range maps
|
2009-07-17 14:43:57 +00:00 |
Marco Di Benedetto
|
25e9776404
|
removed unused vertex which caused errors in ocf meshes.
|
2009-07-06 11:23:08 +00:00 |
Marco Di Benedetto
|
ace0fba493
|
changed checks for quality and color (now using specialized templates working with ocf).
|
2009-06-28 22:42:42 +00:00 |
mtarini
|
241d058c92
|
Changed importers (off ply obj raw) to tag edges inside polygonal faces as "faux"
|
2009-04-20 22:59:08 +00:00 |
Paolo Cignoni
|
c5ad3694bd
|
Corrected small bug inserted during the add of pervertexradius ply elements
|
2009-03-19 10:29:24 +00:00 |
Paolo Cignoni
|
666b0996ff
|
Added support for PLY saving and reading of the radius property (useful for point clouds)
|
2009-03-18 14:39:02 +00:00 |
Paolo Cignoni
|
1a4c19c69f
|
removed harmless warnings
|
2009-03-03 23:39:27 +00:00 |
Paolo Cignoni
|
06dbbfec33
|
Added support for the Stanford range map ply repository (that are raw gridded range maps)
|
2009-02-16 01:03:11 +00:00 |
Paolo Cignoni
|
3d14df75e4
|
corrected small bug that prevented the loading of tristripped ply files
|
2009-01-07 14:54:22 +00:00 |
Paolo Cignoni
|
fe715961f3
|
added support of binaries ply files with indices stored as short
|
2009-01-03 22:42:22 +00:00 |
ganovelli
|
7b64489526
|
added Alloc to support polygon meshes
|
2008-11-26 17:59:29 +00:00 |
Paolo Cignoni
|
a7a400b40e
|
Changed an old FaceType::HasFaceQuality() into the tempory aware version HasPerFaceQuality(mesh)
|
2008-10-14 06:39:04 +00:00 |
Paolo Cignoni
|
40a149964f
|
made the absence of faces in a ply file a "non critical" error.
|
2008-10-02 21:46:29 +00:00 |