- 28 Jul, 2010 1 commit
-
-
David Bommes authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9841 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 26 Jul, 2010 2 commits
-
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9839 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9838 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 21 Jul, 2010 6 commits
-
-
Dirk Wilden authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9828 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Dirk Wilden authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9827 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Mike Kremer authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9826 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Mike Kremer authored
Added checkbox to let user decide whether to test each face's manifoldness when loading (note: this adds additional complexity to the loading process and might cause performance loss when loading meshes with high face valence and high number of faces). Complexity: O(m*n*log(n)), m = # of faces, n = face valence. git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9825 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Mike Kremer authored
In order to load ALL mesh files (also those that contain non-manifold configurations), we have to check for degenerate faces before adding them. If this is not done, OpenFlipper crashes when adding these faces. git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9824 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Mike Kremer authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9823 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 19 Jul, 2010 4 commits
-
-
Mike Kremer authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9814 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Mike Kremer authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9813 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Mike Kremer authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9812 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Mike Kremer authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9811 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 16 Jul, 2010 1 commit
-
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9805 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 12 Jul, 2010 2 commits
-
-
Mike Kremer authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9804 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Mike Kremer authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9803 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 09 Jul, 2010 2 commits
-
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9802 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Jan Möbius authored
Removed light handling from BaseViewer Added singals to MouseInterface to handle light events git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9801 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 08 Jul, 2010 4 commits
-
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9800 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Mike Kremer authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9799 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Mike Kremer authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9798 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9797 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 07 Jul, 2010 5 commits
-
-
Henrik Zimmer authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9796 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Henrik Zimmer authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9795 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Mike Kremer authored
Suspended handling of smoother object to smoother plugin such that backup plugin can call the copy constructor of the SmootherObject which is derived from PerObjectData. No memory issues could occur anymore since the SmootherObject only contains the smoothing parameters and NOT the instance of the smoother itself. git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9794 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Mike Kremer authored
DecimaterInfo which is derived from perObjectData does not contain any pointers to decimaters anymore. All this is now handled by the decimater plugin. DecimaterInfo only holds the decimation values used for the decimation step. git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9793 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Mike Kremer authored
Suspended constraint handles from perObjectData class to plugin such that the backup plugin can use the copy constructor for the perObjectData derived class. git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9789 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 06 Jul, 2010 2 commits
-
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9787 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9786 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 05 Jul, 2010 8 commits
-
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9785 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9784 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9783 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Ellen Dekkers authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9782 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Ellen Dekkers authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9779 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Ellen Dekkers authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9778 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Ellen Dekkers authored
ObjectTypes/BSplineCurve: FANCY render mode: Render control polygon and curve using cylinders and spheres. some problems with texturing resulting from this, though git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9773 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9772 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 02 Jul, 2010 2 commits
-
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9768 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Ellen Dekkers authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9767 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 01 Jul, 2010 1 commit
-
-
Mike Kremer authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9763 383ad7c9-94d9-4d36-a494-682f7c89f535
-