Subversion Repositories gelsvn

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
593 4630 d 1 h jab /branches/ctl/hmesh_vector/ Minor changes. An extra constructor for Vec3i and a function for creating a face in Manifold  
589 4635 d 20 h jab /branches/ctl/hmesh_vector/src/HMesh/ After much deliberation, I changed it back so that ConnectivityKernel is now contained in Manifold - not an ancestor.  
588 4636 d 0 h jab /branches/ctl/hmesh_vector/ In a rather structural change, Manifold now inherits from ConnectivityKernel as opposed to containing it. What this means is that we now see the connectivityKernel as an abstract manifold. Methods for directly adding and removing vertices are protected and thus the user cannot see them. However, in a big change, the functions next, prev, opp, last, vert, which map mesh entities to other mesh entities (referenced by ID) are now exposed. This means that the Walker is no longer the sole means of getting to things in the mesh. I think this is an advantage, but I am not positive. Need to reflect before merging back into trunk.  
587 4637 d 0 h jab /branches/ctl/hmesh_vector/ A number of changes. Importantly
Vertex positions in Manifold are now stored as Vec3d
HalfEdgeWalker has been renamed Walker
 
586 4637 d 11 h jab /branches/ctl/hmesh_vector/ Numerous changes. In particular, I changed the ItemID, ItemVector, and ConnectivityKernel in HMesh. This was done to make interfaces more clear.
Now ItemVector knows ItemIDs and conversion from ItemID to the actual integer ids happens in the ItemVector class and not connectivity kernel.
 
585 4638 d 19 h jab /branches/ctl/hmesh_vector/ Committed many small changes. resolved conflicts. This commit merges in trunk. Now to merge back ...  
572 4711 d 20 h jab /branches/ctl/hmesh_vector/ Entered standard header  
565 4924 d 16 h jab /branches/ctl/hmesh_vector/ Various changes - can nnow stitch manifolds together  
562 4931 d 17 h jab /branches/ctl/hmesh_vector/ Many nice things added to GEL.  
553 5125 d 19 h jab /branches/ctl/hmesh_vector/ Mostly minor changes  
551 5299 d 20 h jab /branches/ctl/hmesh_vector/ Mostly Manifold::build was changed so that you can incrementally add geometry by calling build
on a non-empty mesh.
 
550 5302 d 9 h jab /branches/ctl/hmesh_vector/ Added a bridge face function to Manifold. It has not been stress tested, but it seems to work. In any case,
sane input is the user's responsibility for now.
 
548 5302 d 12 h jab /branches/ctl/hmesh_vector/src/HMesh/ The collapse_precond grew a new test.  
547 5303 d 23 h jab /branches/ctl/hmesh_vector/ Mostly updates to documentation.  
546 5304 d 10 h jab /branches/ctl/hmesh_vector/ merge_one_ring now works. However, it can create very nasty meshes. The practical application in mesh_edit also
needs work.
 
542 5309 d 19 h jab /branches/ctl/hmesh_vector/src/HMesh/ added the merge_one_ring function which takes all faces in the one ring of a vertex and merge them into one face, discarding the original vertex and its incident edges.  
537 5370 d 21 h jab /branches/ctl/hmesh_vector/ Fixed a number of bugs
- Normal computation sucked. Switched to Newell's method.
- Fixed a bug in curvature optimize and simulated annealing optimaziation
The root of these problems was that face circulate went the wrong way round (CW was CCW and vice versa).
 
536 5372 d 11 h s042372 /branches/ctl/hmesh_vector/src/HMesh/ Issue with speed of the dual operation fixed.
small cosmetic issues fixed.
 
535 5372 d 12 h jab /branches/ctl/hmesh_vector/ Fixed a bug which prevented wireframe drawing from working on non-triangle meshes
Fixed a bug in vertex in face insertion.
 
534 5372 d 14 h s042372 /branches/ctl/hmesh_vector/src/HMesh/ small bug in cc_split fixed (error in parenthesis).cpp
small bug in in add_to_queue fixed (but does not solve resolve optimization bugs)
small cleanup in manifold.cpp
cleanups in optimization.cpp
 

Show All