- 28 Oct, 2016 6 commits
-
-
Jan Möbius authored
More warnings fixed See merge request !101
-
Jan Möbius authored
-
Jan Möbius authored
More warning fixes See merge request !100
-
Jan Möbius authored
-
Jan Möbius authored
Warn See merge request !99
-
Jan Möbius authored
-
- 27 Oct, 2016 3 commits
-
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
added code to write faceTexCoords to obj writer. fixes #25 * Added accessor functions for HalfEdgeHandles and faceTexCoords to base exporter and exporter template. * Added functionality to store FaceTexCoords to objwriter * Added unittest to write and read faceTexcoords with a test obj file See merge request !73
-
- 24 Oct, 2016 4 commits
-
-
Jan Möbius authored
Warning fixed See merge request !98
-
Jan Möbius authored
-
Jan Möbius authored
Fixed some warnings See merge request !97
-
Jan Möbius authored
-
- 21 Oct, 2016 3 commits
-
-
Jan Möbius authored
-
Jan Möbius authored
make all negative handles invalid, not just -1 Since opposite_halfedge_handle for a handle with idx -1 produces a handle with idx -2, it can be helpful to detect handles with -2 as index as invalid as well. See merge request !96
-
Max Lyon authored
-
- 19 Oct, 2016 5 commits
-
-
Jan Möbius authored
Gilab windows ci Windows Ci via gitlab See merge request !95
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
- 18 Oct, 2016 1 commit
-
-
Jan Möbius authored
added missing ifdef for debug See merge request !94
-
- 17 Oct, 2016 1 commit
-
-
David Bommes authored
-
- 06 Oct, 2016 2 commits
-
-
Jan Möbius authored
-
Jan Möbius authored
-
- 02 Oct, 2016 4 commits
-
-
Jan Möbius authored
Fix for handling negative indices in OBJ loader This fix resolves an issue that occurrs with the current code that uses two passes to parse the OBJ - see my previous merge request: https://graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh/merge_requests/84 Sorry for the trouble! :-( To verify that the negative indices were really not working any more, and to check that this fix resolves the issue, I used the Cornell Box example from the tiny OBJ loader project: https://github.com/syoyo/tinyobjloader/blob/master/models/cornell_box.obj See merge request !93
-
Max Limper authored
-
Jan Möbius authored
range check for vertex colors and normals in OBJ loader This merge request adds explicit range checks and error reporting for the reading of colors and normals. The code is copied from texture coordinates, where a similar check already existed. See merge request !92
-
Jan Möbius authored
Fixed comment in OBJ loader See merge request !91
-
- 01 Oct, 2016 4 commits
-
-
Max Limper authored
-
Max Limper authored
-
Max Limper authored
-
Jan authored
-
- 28 Sep, 2016 1 commit
-
-
Jan Möbius authored
Fixed broken indices for some cases of OBJ parsing by using two passes (Continuing fixing / discussion from https://graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh/merge_requests/51) This merge request is fixing an issue that came up as a follow-up of the following merge request: https://graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh/merge_requests/51 The problem it fixes occurs for some kinds of OBJ data, where vertices and face data are stored interleaved and, at the same time, the mesh contains some non-manifold geometry. As non-manifold geometry triggers the on-the-fly creation of new vertices during parsing, the indices from the OBJ file do not match any more and the result gets messed up. The straightforward solution applied on this branch is to parse to whole OBJ file in two passes, first the vertices and then the material data and faces. This way, possible extra vertices will always be added to the back, not interfering with indices from the OBJ file I tested the performance on a 1.1 GB OBJ file. The loading time on my machine increased from ~59 seconds to ~65 seconds, so I believe the performance overhead could probably be considered acceptable. Looking forward to your feedback! See merge request !84
-
- 27 Sep, 2016 1 commit
-
-
Jan Möbius authored
-
- 23 Sep, 2016 1 commit
-
-
Jan Möbius authored
Updated documentation of BaseKernel's property functions to hint at PropertyManager. See merge request !90
-
- 22 Sep, 2016 1 commit
-
-
Hans-Christian Ebke authored
-
- 19 Sep, 2016 1 commit
-
-
Jan Möbius authored
-
- 16 Sep, 2016 2 commits
-
-
Jan Möbius authored
Build python windows Fixes a linker problem as well as issue #29. See merge request !89
-
Alexander Dielen authored
# Conflicts: # src/Python/Vector.hh
-