Subversion Repositories gelsvn

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
496 5635 d 4 h jab /branches/ctl/hmesh_vector/src/HMesh/ build has become a template function. This is because in this way, we can convert indexed face sets of different types to Manifold. For instance the indices can be int, unsgined int, or long. The vertices can have float or double precision.

Unfortunately it means there is a template in the interface. To do change this so the users just see a bunch of functions.
 
495 5635 d 4 h jab /branches/ctl/hmesh_vector/apps/MeshEdit/ Minor changes. removing some functions no longer needed due to changes in GLConsole  
494 5642 d 3 h s042372 /branches/ctl/hmesh_vector/data/ Added a high detail model for testing purposes...  
493 5648 d 5 h jab /branches/ctl/hmesh_vector/ Some issues led to build errors that I fixed.  
492 5648 d 7 h jrf /trunk/ Repairing and cleaning the OBJ Viewer app:
- load.h and load.cpp were missing in the cmake list of the Geometry package (causing the viewer not to compile in VS).
- It was previously illegal to include draw.h after including gel_glut.h (the problem was inclusion of glew.h in header files included by draw.h. This is undesirable as an application does not necessarily need glew.h when using draw.h).
- A lot of unnecessary header files were included here and there.
 
491 5676 d 2 h s042372 /branches/ctl/hmesh_vector/ small typos fixed.  
490 5676 d 3 h s042372 /branches/ctl/hmesh_vector/src/ Missing two files in previous commit.  
489 5676 d 3 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.
 
488 5676 d 9 h awk /trunk/ Changed EOL to native  
487 5676 d 18 h awk /trunk/ Primal scream!

This is a python script for automatically downloading GEL dependencies on
windows, which can be annoying to do. So far it downloads and installs
lapack, glut and glew.
 
486 5678 d 8 h jab /branches/ctl/hmesh_vector/src/HMesh/ Spurious  
485 5678 d 8 h jab /branches/ctl/hmesh_vector/src/Geometry/ Minor edits to ensure it compiles on OSX  
484 5678 d 8 h jab /branches/ctl/hmesh_vector/apps/MeshEdit/ Minor edits to ensure it compiles on OSX  
483 5678 d 8 h jab /branches/ctl/hmesh_vector/src/HMesh/ Minor edits to ensure it compiles on OSX  
482 5678 d 8 h jab /branches/ctl/hmesh_vector/src/HMesh/ Minor edits to ensure it compiles on OSX  
481 5690 d 11 h s042372 /branches/ctl/hmesh_vector/ #include <iterator> added in manifold due to back_insert_iterator use and vc10.

example paths corrected in cmake dep file.
 
480 5691 d 8 h s042372 /branches/ctl/hmesh_vector/ Handles and manifold changed to use pass by value instead of pass by reference
manifold.cleanup() changed to not use the touched attribute for index lookups
 
479 5694 d 18 h s042372 /branches/ctl/hmesh_vector/ bugs fixed in manifold.collapse_halfedge.
small bug fixed in XmlParser.cpp - visible due to absence of iterator_debugging flag.
 
478 5698 d 2 h s042372 /branches/ctl/hmesh_vector/ small bug fixed in VectorKernel.h.  
477 5698 d 7 h s042372 /branches/ctl/hmesh_vector/ Everything builds, except small error with debug version of meshedit attempting to link to non debug library?

VolumePolygonize still has to be fized (hmesh code).
 

Show All