- Aug 26, 2006
-
-
Christophe Geuzaine authored
- test <hash_map> (commented out for now) - added "box" mode to clipping planes GUI
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
couple more when(FL_RELEASE)
-
Christophe Geuzaine authored
better fix: the window can exist and take events even BEFORE it has been "updated" for the first time
-
Christophe Geuzaine authored
fix crash
-
Christophe Geuzaine authored
more when(FL_RELEASE) on expenive callbacks
-
Christophe Geuzaine authored
for some of the expensive options, set when(FL_RELEASE). We'll see if we need to add more later
-
Christophe Geuzaine authored
do_callback() on KEYUP
-
Christophe Geuzaine authored
only do_callback() on release
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Options in the GUI are now applied instantenuously. Please let me know if you see anything weird in the GUI.
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
- better computation of bounds for discrete entities - added small widget for light position selection - infrastructure for Fourier models
-
- Aug 25, 2006
-
-
Christophe Geuzaine authored
much better selection of center of rotation (can select ANY entity now to prescribe rotation center)
-
Christophe Geuzaine authored
better rgb/hsv conversion
-
Christophe Geuzaine authored
merge dates
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
add comments
-
- Aug 24, 2006
-
-
Christophe Geuzaine authored
I think picking undo is more intuitive when using maxdepth
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
msh files should be opened in binary mode (on f&*%^ing Windows)
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fix include
-
Christophe Geuzaine authored
extended selection buffer to prepare for mesh element picking and the new mesh editing interface
-
- Aug 23, 2006
-
-
Christophe Geuzaine authored
simplify TeX printing
-
- Aug 22, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
reimplemented VertexArrays with std::vector (it's a bit faster)
-
Christophe Geuzaine authored
- done rewriting second order algo - small optimizations here and there to speed up the vertex array creation (we should get rid of List_Add & co)
-
- Aug 21, 2006
-
-
Jean-François Remacle authored
-
- Aug 20, 2006
-
-
Christophe Geuzaine authored
second order
-
Christophe Geuzaine authored
reduce dependencies by putting the selection buffer stuff in its own file
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
small cleanups + start rewriting 2nd order stuff
-
- Aug 19, 2006
-
-
Christophe Geuzaine authored
start removal of unused stuff
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
only compute mesh quality measures on demand: it's too slow for large meshes
-
Christophe Geuzaine authored
Implemented new binary MSH file format (both read and write). A 250Mb mesh file (6 million tetrahedra) is now read or written to disk in less than 10 seconds (on my powerbook's slow hard drive).
-
Jean-François Remacle authored
-