wmayer
|
9dfd40e4d3
|
Mesh: [skip ci] allow to set custom size for asymptote output
|
2020-08-29 19:05:28 +02:00 |
|
wmayer
|
c0588f0c41
|
Mesh: [skip ci] support compressed X3D output
|
2020-08-29 14:56:41 +02:00 |
|
wmayer
|
6f5c2179d0
|
Mesh: [skip ci] improve color support for X3D and X3DOM output
|
2020-08-29 14:23:38 +02:00 |
|
wmayer
|
4da114a8c7
|
Mesh: [skip ci] support of WebGL/X3D export
|
2020-08-28 18:06:55 +02:00 |
|
wmayer
|
3bc31a6f47
|
Mesh: [skip ci] fix bug in binary PLY export for mesh with colors
|
2020-08-27 15:11:30 +02:00 |
|
wmayer
|
fec66c423b
|
Mesh: [skip ci] improve support of asymptote export
|
2020-08-27 15:10:23 +02:00 |
|
wmayer
|
588fc3b0da
|
Mesh: [skip ci] adjust MeshInput::supportedMeshFormats()
|
2020-08-27 14:08:04 +02:00 |
|
wmayer
|
e8c364190b
|
Mesh: [skip ci] improve support of asymptote export
|
2020-08-27 12:53:36 +02:00 |
|
wmayer
|
74e475bebb
|
Mesh: [skip ci] improve support of asymptote export
|
2020-08-27 11:37:15 +02:00 |
|
wmayer
|
7ae2d7e495
|
Mesh: [skip ci] support of asymptote export
|
2020-08-27 09:51:35 +02:00 |
|
wmayer
|
5ece278c94
|
remove deprecated std::binary_function
|
2020-05-11 13:46:37 +02:00 |
|
Tobias Czauderna
|
976fda6ccf
|
Mesh: IDTF export, resource name used should exactly match name of existing resource
|
2020-05-07 13:51:26 +02:00 |
|
wmayer
|
4eacc3f28a
|
Mesh: [skip ci] improve writing mesh formats in ASCII format
|
2020-02-25 21:30:01 +01:00 |
|
wmayer
|
3fce7da269
|
Mesh: [skip ci] Add static method to get list of supported input/output mesh formats
|
2019-12-14 15:33:33 +01:00 |
|
asapelkin
|
875a463923
|
Used single quotes for single character in string::find algorithm, more efficient
|
2019-11-21 18:59:43 +01:00 |
|
asapelkin
|
ced8100ab9
|
use emplace_back instead of push_back where justified
|
2019-11-21 14:48:09 +01:00 |
|
wmayer
|
0403ba68fa
|
support to load mtl files
|
2019-09-24 21:36:48 +02:00 |
|
wmayer
|
2f59bb50eb
|
avoid several implicit conversions, replace several old C-casts, other minor changes
|
2019-09-18 23:27:54 +02:00 |
|
wmayer
|
3962cb856e
|
fix import of ply meshes with Vs 2017
|
2019-04-09 14:52:02 +02:00 |
|
wmayer
|
afed9ba5d5
|
PVS: fixes several issues
|
2019-03-13 01:19:00 +01:00 |
|
wmayer
|
170708a4f1
|
Mesh improvements:
+ support of Simple Model Format (smf)
+ improve reading of STL files (reduce by ~70%)
|
2018-07-26 13:19:35 +02:00 |
|
wmayer
|
0a6a9c90bd
|
changes in Mesh module:
+ cppcheck: fix some minor issues found by code analyzer
+ export to IDTF
+ fix for throwing exception
+ optimize mesh rendering
|
2017-11-08 17:56:13 +01:00 |
|
Unknown
|
31a32b9931
|
Doxygen Typos
+ doxy whitespace formatting
+ added more misc. typos
+ grammar fixes
[skip ci]
|
2017-10-15 16:27:42 +02:00 |
|
Ian Rees
|
ae9be458b0
|
Add AMF to understood extensions/formats.
|
2017-03-02 17:41:14 +01:00 |
|
Jean-Samuel Reynaud
|
bb927ff3e8
|
Adding Normals in OBJ exports
|
2017-02-10 18:51:10 +01:00 |
|
wmayer
|
f6e1cb6025
|
fix -Wextra in Mesh
|
2016-09-23 17:24:00 +02:00 |
|
wmayer
|
2c226343cb
|
improve obj export of mesh with colors
|
2016-09-06 17:00:34 +02:00 |
|
wmayer
|
48acb246cf
|
improve obj support
|
2016-09-01 18:07:18 +02:00 |
|
wmayer
|
cc97241969
|
Coverity issues: fix Mesh, Points and Inspection module
|
2016-08-17 14:08:47 +02:00 |
|
wmayer
|
217d4897fe
|
support groups for export to obj format
|
2016-07-24 16:16:42 +02:00 |
|
wmayer
|
3f83814682
|
improve groups handling of obj mesh format
|
2016-07-24 00:23:45 +02:00 |
|
wmayer
|
ec5d1150ca
|
+ avoid memory exception when stl file is empty
|
2016-06-11 16:25:41 +02:00 |
|
wmayer
|
e8acca597a
|
+ add overloaded methods of save() and load() to write and read from streams
|
2016-06-11 13:48:24 +02:00 |
|
wmayer
|
e46865ee43
|
+ support of obj format where texture colors are in range [0, 1] (as written by MeshLab)
|
2016-05-25 13:07:43 +02:00 |
|
wmayer
|
de714c33ce
|
+ fix reading of meshes with textures when vertexes are isolated
|
2016-05-25 12:22:01 +02:00 |
|
Wolfgang E. Sanyer
|
5540dd81c2
|
Fixed bug ID0002513, where Mesh.export failed.
The failure occered when Mesh.export was passed just a filename, such as 'out.stl'. If
'/some/path/out.stl' was passed it succeeded.
|
2016-05-10 22:29:40 +02:00 |
|
wmayer
|
441eb8e8da
|
+ support of colors per vertex in obj mesh format
|
2016-02-10 15:09:04 +01:00 |
|
wmayer
|
8505be37f9
|
+ fix build failure with gcc
|
2016-01-03 19:30:03 +01:00 |
|
wmayer
|
a7ec23e471
|
+ make faster reading ply mesh files
|
2016-01-03 01:14:48 +01:00 |
|
wmayer
|
9f19d5611a
|
+ support reading mesh files with colors
|
2015-12-31 21:07:04 +01:00 |
|
wmayer
|
c633ec4075
|
+ make API of InventorBuilder more flexible and add new methods
|
2015-11-26 15:27:40 +01:00 |
|
wmayer
|
de41dc46ec
|
+ Prefer prefix ++/-- operators for non-primitive types
|
2015-10-07 13:38:17 +02:00 |
|
wmayer
|
446cbca7d4
|
+ fix build failure with gcc
|
2015-09-25 01:19:22 +02:00 |
|
wmayer
|
9a0fc2dcdc
|
+ improve ply support
|
2015-09-24 23:19:33 +02:00 |
|
wmayer
|
65061346d8
|
+ write out material information for x3d format
|
2015-02-13 17:26:49 +01:00 |
|
wmayer
|
f95082da33
|
+support to write/read colors to/from OFF file
|
2015-02-02 09:59:02 +01:00 |
|
wmayer
|
6ee59180b0
|
+ fix issues on 64-bit Linux/MacOSX systems
|
2014-11-19 15:32:35 +01:00 |
|
wmayer
|
696d4a5f4a
|
+ fix warnings with clang
|
2014-09-24 17:46:04 +02:00 |
|
wmayer
|
a9040b9edf
|
+ simplify basic VRML export of mesh kernel, + allow to export mesh with texture via Python
|
2014-07-11 19:27:48 +02:00 |
|
wmayer
|
55984a200f
|
+ fix flaws found with code analyzer tool
|
2014-05-07 13:09:44 +02:00 |
|