Rev |
Age |
Author |
Path |
Log message |
Diff |
587 |
4639 d 23 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 |
4640 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 |
4641 d 18 h |
jab |
/branches/ctl/hmesh_vector/ |
Committed many small changes. resolved conflicts. This commit merges in trunk. Now to merge back ... |
|
572 |
4714 d 19 h |
jab |
/branches/ctl/hmesh_vector/ |
Entered standard header |
|
556 |
5023 d 21 h |
jab |
/branches/ctl/hmesh_vector/ |
many mostly minor changes |
|
553 |
5128 d 19 h |
jab |
/branches/ctl/hmesh_vector/ |
Mostly minor changes |
|
537 |
5373 d 20 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). |
|
534 |
5375 d 13 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 |
|
522 |
5380 d 11 h |
s042372 |
/branches/ctl/hmesh_vector/src/HMesh/ |
|
|
519 |
5410 d 16 h |
s042372 |
/branches/ctl/hmesh_vector/ |
The manifold functions no_* have been split into active_* and total_* in order to improve the interface.
Specialized AttributeVectors no longer depends on the manifold to improve code clarity and remove cyclic dependency. |
|
518 |
5425 d 10 h |
s042372 |
/branches/ctl/hmesh_vector/ |
Iterators are now templates.
Cleanup of size_t/IndexType/int confusion in interface and HMesh code (not rest of GEL, with Exception of IndexType).
Beautification of code in general... |
|
515 |
5425 d 16 h |
s042372 |
/branches/ctl/hmesh_vector/ |
ItemID changed to template.
Code base modified to reflect change.
Decimator works.
Meshedit runs and performs successful simplify operations. |
|
512 |
5432 d 21 h |
s042372 |
/branches/ctl/hmesh_vector/ |
Minor fixes, and updated headers |
|
511 |
5434 d 16 h |
s042372 |
/branches/ctl/hmesh_vector/src/HMesh/ |
Newest version of HMesh with new design and interface, and (start of) attribute vector implementation.
Too many changes to list.
To do:
* extend attribute vector interface
* adjust remainding GEL code to the new HMesh
* Bug test |
|
508 |
5586 d 16 h |
s042372 |
/branches/ctl/hmesh_vector/ |
new namespace function, precond_flip_edge, MUST be used to check if a flip is allowed, to guarantee mesh sanity.
function name cleanup. |
|
507 |
5586 d 17 h |
s042372 |
/branches/ctl/hmesh_vector/ |
function name changes for clarity/cleaning
manifold function is_valid now namespace function "valid"
begin + end functions added to manifold for const handles
general code cleanup |
|
506 |
5589 d 8 h |
s042372 |
/branches/ctl/hmesh_vector/ |
Manifold changed not to make use of handle get() functions to manipulate connectivity, as get() is slated for removal.
Function cleanup as a consequence, some functions are now manifold members, others are namespace functions. |
|
504 |
5589 d 19 h |
s042372 |
/branches/ctl/hmesh_vector/ |
Const*Handles added to include proper const/non const handling in HMesh
Templated build function wrapped by overloaded build functions
uint32 type for indexing has been changed from size_t to typedef uint32_t IndexType |
|
489 |
5655 d 15 h |
s042372 |
/branches/ctl/hmesh_vector/ |
glut inclusion in meshedit fixed
handles now have a default constructor (null handles), and all null handle comparison has been changed to utilize a NULL_HANDLE instead of e.g. vertex.get_idx() == NULL_VERTEX_IDX.
the uint typedef has been removed, all usage has been changed to size_t
HMesh.h provides a common inclusion header for all HMesh facilities
functions in handles and manifold have been inlined based on how often they're used. |
|
482 |
5657 d 20 h |
jab |
/branches/ctl/hmesh_vector/src/HMesh/ |
Minor edits to ensure it compiles on OSX |
|