Subversion Repositories gelsvn

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
521 5375 d 1 h s042372 /trunk/src/HMesh/ minor bugfixes  
417 5951 d 2 h jrf /trunk/ Introducing gel_rand: a speed-optimized linear congruential pseudo-random number generator. It has been placed in CGLA.h. And all references to rand, srand, and RAND_MAX have been changed to gel_rand, gel_srand and GEL_RAND_MAX.  
373 6108 d 5 h jrf /trunk/ eliminating errors and warnings in VS 2005 compile  
367 6138 d 5 h jab /trunk/ Slight changes to quadric simplification. I made the interface a little saner.  
363 6246 d 2 h jab /trunk/ A few changes to make quadric simplification better. In particular, boundaries
are now handled well.
 
362 6250 d 19 h jab /trunk/src/ Some added documentation and also I added the tesselation routine  
357 6369 d 6 h jab /trunk/ A number of changes were made to quadric simplification  
315 6672 d 7 h jab /trunk/ Some slight changes to QEM based decimation  
222 6934 d 2 h jab /trunk/src/ minor changes  
220 6934 d 4 h jab /trunk/ Fixed QEM problems  
219 6934 d 6 h bj /trunk/src/HMesh/ #include "Util/BinaryHeap.h" removed  
215 6935 d 4 h jab /trunk/src/HMesh/ Our version of QSlim has been greatly improved. It now performs
consistency checks to avoid bad edge collapses which will flip
triangles. Another fixed problem was a voracious memory hunger.

Fuzzy vector median smoothing has been added.

Other changes are minor.
 
182 7109 d 9 h bj /trunk/ merged restructuring branch properly  
155 7145 d 7 h jab /branches/restructuring/src/HMesh/ Took the chance to make some changes to Manifold which used to be a struct
and is now a class.

Also the collapse and precond functions now longer take the redundant
vertexIter arg.
 
150 7146 d 6 h jab /branches/restructuring/src/ Many files have been moved.  
149 7146 d 6 h jab /branches/restructuring/src/HMesh/ A lot of stuff previously in the Util library has been moved here.