7b1f06d654ad87fcbdd00b118766bcc630cb5da3
- Add a private set_uninitialized() method for resetting the initialized_ flag and I also clear the contents of bmodules_ and cmodule_. initialize() will repopulate them. - Fixing a memory leak in remove() - previously, when cmodule_ was being removed, it was not deallocated. - Attempted to simplify the DecimaterT<Mesh>::initialize method. - Added a "FIXME" comment critical of special treatment of quadric module. - Replaced -1 with proper ILLEGAL_COLLAPSE enum constant in collapse_priority. Patch submitted by Ilya A. Kriveshko git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@129 fdac6126-5c0c-442c-9429-916003d36597
OpenMesh, 2-0 ~~~~~~~~~~~~~~~ 0. Licence see LICENSE 1. Installing ~~~~~~~~~~~~~~ Unpack the tar-ball to a suitable place and compile with: qmake-qt4 ## Build Makefiles make ## Build project (use 'make debug' for debug version) 2. OpenMesh + STLport ~~~~~~~~~~~~~~~~~~~~~~ We tested the MS .NET with STLport 4.6 (with STLport iostream) and encountered on problem in OpenMesh/Core/IO/reader/OBJReader.cc. A workaround for 4.6 version of STLport has been applied. It might have to be adjusted for other STLport versions.
Description
Languages
C++
97.6%
CMake
1.3%
Shell
0.6%
C
0.2%
Python
0.2%
Other
0.1%