Commit Graph

1517 Commits

Author SHA1 Message Date
Jan Möbius
0bee0f5f77 Added URL to changelog 2015-09-30 13:22:14 +02:00
Jan Möbius
ba501aa21b Merge branch 'Readme' into 'master'
Readme



See merge request !5
2015-09-30 13:15:32 +02:00
Jan Möbius
9b515e710b Updated Git urls in README 2015-09-30 12:32:06 +02:00
Jan Möbius
ed414a4ede Switched Readme to md syntax 2015-09-30 12:28:59 +02:00
Jan Möbius
e3e7b4e166 Updated changelog 2015-09-30 08:06:56 +02:00
Martin Schultz
c8316a013e * added basic vvrange testcase that checks if a mesh with only one vertex has an empty vvrange. 2015-09-29 17:12:43 +02:00
Jan Möbius
b89f0d0be7 Merge branch 'bugVvrange' into 'master'
fixes #3 by using cvv_cw iterators which are not deprecated

as i don't have a minimal code example to reproduce the bug #3 i could not verify, that it is actually fixed.
However i am pretty shure it is fixed.

See merge request !3
2015-09-29 16:48:56 +02:00
Martin Schultz
3c9c840c28 Merge branch 'master' into bugVvrange 2015-09-29 16:34:42 +02:00
Jan Möbius
8d8d022d0d Merge branch 'bugCompilerFlags' into 'master'
fixes #2

* removes -ansi since -ansi enforces older c++ standard and overwrites c++ standard settings from CXX flags

See merge request !4
2015-09-29 15:41:48 +02:00
Martin Schultz
1e7fe6317d fixes #2
* removes -ansi since -ansi enforces older c++ standard
2015-09-29 15:12:38 +02:00
Martin Schultz
6366027c04 * fixes #3 by using cvv_cw iterators which are not deprecated 2015-09-16 17:09:26 +02:00
Jan Möbius
f650c05af8 Merge branch 'featureReaderPerformance' into 'master'
Feature reader performance

Added minor Performance tweaks to the file Readers.
Unittests on Linux work fine.
compilation on Linux and Windows (vs2013) works fine.
i could not run unittests on Windows, as i have no gtest on my dev machine.

See merge request !1
2015-09-14 14:40:44 +02:00
Martin
f28aa26ab2 closes #1
refs !1
*changed the static variables to be common variables.
If one opens a lot of files, using thread local could be an alternative as long as the compiler supports it.
2015-09-14 13:26:19 +02:00
Jan Möbius
e8a6f7110e Removed License part from Readme file 2015-09-14 11:13:19 +02:00
Jan Möbius
02382f4c5e Removed LICENSE Folder
Added LICENSE File
2015-09-14 11:12:21 +02:00
Jan Möbius
b91c85fd3a Merge branch 'Documentation_Updates' into 'master'
Updated main readme file

See merge request !2
2015-09-14 10:08:25 +02:00
Jan Möbius
d1daea3f7e Updated main readme file 2015-09-14 10:04:35 +02:00
Martin Schultz
2dce1916c5 * made STLReader reuse stringstreams 2015-09-11 15:41:16 +02:00
Martin Schultz
ebd5180a8f * made OBJReader reuse stringstream objects.
Should speedup Reading on MS Windows especially with lots of materials.
2015-09-11 14:47:02 +02:00
Martin Schultz
c9180795bb * made Stringstreams in offReader static and reuse them to save performance 2015-09-11 14:34:01 +02:00
Jan Möbius
3591755b48 Updated changelog
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1334 fdac6126-5c0c-442c-9429-916003d36597
2015-08-28 11:39:26 +00:00
Matthias Möller
2ef38f79d8 remove unnecessary c headers
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1333 fdac6126-5c0c-442c-9429-916003d36597
2015-08-28 10:36:32 +00:00
Matthias Möller
000c8ff18e fix use OM double_t instead of c standard
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1332 fdac6126-5c0c-442c-9429-916003d36597
2015-08-28 09:57:43 +00:00
Matthias Möller
fe86a44c1d add custom property (with pod data type) support for binary ply files
closes #2496

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1331 fdac6126-5c0c-442c-9429-916003d36597
2015-08-28 09:20:26 +00:00
Matthias Möller
e9290b468d remove redundant code
refs #2525

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1330 fdac6126-5c0c-442c-9429-916003d36597
2015-08-21 12:44:24 +00:00
Matthias Möller
d00936aa14 add unittest for write stla
refs #2525

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1329 fdac6126-5c0c-442c-9429-916003d36597
2015-08-21 12:37:48 +00:00
Matthias Möller
0741377b89 remove redundant code
refs #2525

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1328 fdac6126-5c0c-442c-9429-916003d36597
2015-08-21 12:31:54 +00:00
Matthias Möller
ec436cd398 cleanup off writer output file
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1327 fdac6126-5c0c-442c-9429-916003d36597
2015-08-21 12:11:16 +00:00
Matthias Möller
1d28bd15db add obj writer unittest
refs #2525

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1326 fdac6126-5c0c-442c-9429-916003d36597
2015-08-21 12:10:56 +00:00
Matthias Möller
b6c10de490 loaded properties are presistant per default
refs #2504

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1325 fdac6126-5c0c-442c-9429-916003d36597
2015-08-03 13:06:58 +00:00
Jan Möbius
118ec2f102 Updated changelog
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1324 fdac6126-5c0c-442c-9429-916003d36597
2015-07-30 13:10:57 +00:00
Matthias Möller
e663fb9bac fix crash when saving a mesh and a custom property was removed before
extend unittest for this case

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1323 fdac6126-5c0c-442c-9429-916003d36597
2015-07-28 18:16:16 +00:00
Jan Möbius
68fe500f18 Moved main version to 4.2
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1322 fdac6126-5c0c-442c-9429-916003d36597
2015-07-27 07:05:50 +00:00
Jan Möbius
be465673e6 Fixed bad enum
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1318 fdac6126-5c0c-442c-9429-916003d36597
2015-07-26 20:22:28 +00:00
Jan Möbius
2d4bc6203f Updated changelog for 4.1 release
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1317 fdac6126-5c0c-442c-9429-916003d36597
2015-07-25 19:35:02 +00:00
Jan Möbius
fc4089ff3b Fixed bug in polymesh normal computation. Added more unittests for normal computation.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1316 fdac6126-5c0c-442c-9429-916003d36597
2015-07-25 19:28:39 +00:00
Jan Möbius
305aa1b244 Get rid of some windows preprocessor warnings
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1315 fdac6126-5c0c-442c-9429-916003d36597
2015-07-24 13:19:40 +00:00
Jan Möbius
f0c20b4493 Removed fixbundle calls if not building apps.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1314 fdac6126-5c0c-442c-9429-916003d36597
2015-07-24 10:09:33 +00:00
Jan Möbius
fad45b7fd6 Updated files to version 4.1
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1313 fdac6126-5c0c-442c-9429-916003d36597
2015-07-13 13:05:22 +00:00
Matthias Möller
460e929600 remove hint for texturemapping property request before loading.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1312 fdac6126-5c0c-442c-9429-916003d36597
2015-07-10 13:30:09 +00:00
Jan Möbius
34958446bb Updated changelog to release state. refs #2513
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1309 fdac6126-5c0c-442c-9429-916003d36597
2015-07-08 10:22:26 +00:00
Matthias Möller
c5d03587cc remove dead code
refs #2511

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1308 fdac6126-5c0c-442c-9429-916003d36597
2015-07-08 10:12:49 +00:00
Matthias Möller
ddd63297fe add info about texture index property
refs #2512

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1307 fdac6126-5c0c-442c-9429-916003d36597
2015-07-08 09:38:06 +00:00
Matthias Möller
bd895da3fc - add info about requesting standard properties and loading a mesh with options - refs #2512
- add info about texture information in OBJ file format - closes #2369

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1306 fdac6126-5c0c-442c-9429-916003d36597
2015-07-08 08:54:31 +00:00
Matthias Möller
fbda5f8687 change type int8_t to signed char from type char
closes #2499

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1305 fdac6126-5c0c-442c-9429-916003d36597
2015-07-08 08:16:59 +00:00
Jan Möbius
aab84e5e89 First steps to prepare 4.0 (4.0 due to relicense)
refs #2513




git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1304 fdac6126-5c0c-442c-9429-916003d36597
2015-07-03 09:23:48 +00:00
Jan Möbius
c3bd162355 Added reference from general Doc to tutorial. refs #2512
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1303 fdac6126-5c0c-442c-9429-916003d36597
2015-07-03 09:05:21 +00:00
Jan Möbius
43fdc506f2 Add a space after the solid keyword to make some readers happy.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1302 fdac6126-5c0c-442c-9429-916003d36597
2015-07-02 14:52:32 +00:00
Jan Möbius
ac23cb90bb Fixed warnings
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1301 fdac6126-5c0c-442c-9429-916003d36597
2015-06-25 10:45:05 +00:00
Jan Möbius
d5c2ea433a missing typename
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1300 fdac6126-5c0c-442c-9429-916003d36597
2015-06-25 09:25:57 +00:00