- May 21, 2005
-
-
Christophe Geuzaine authored
2 big optimizations for meshes that contain a lot of line elements: - speed up Read_Mesh (by introducing temp tree in curves) - use vertex arrays for lines in mesh drawing code
-
- May 20, 2005
-
-
Christophe Geuzaine authored
update to latest gl2ps
-
- May 18, 2005
-
-
Christophe Geuzaine authored
fix warning
-
- May 17, 2005
-
-
Christophe Geuzaine authored
make the extrusion stuff work with SimplexBase too
-
Christophe Geuzaine authored
fix warning
-
- May 16, 2005
-
-
Christophe Geuzaine authored
make the code compile on Mac OS X 10.4 (gcc 4.0.0)
-
- May 15, 2005
-
-
Christophe Geuzaine authored
- removed the "Dirty" flags in the CAD data structures - when reading the mesh from an entity that has no CAD, create a "discrete" CAD entity - remove the drawing of discrete entities that don't have a BDS representation during the geometry drawing
-
- May 13, 2005
-
-
Christophe Geuzaine authored
make it compile on my mac
-
Christophe Geuzaine authored
removed remaining Discrete Line/Surface stuff
-
- May 12, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
add entries about Visibility, Clipping and Transparency
-
Christophe Geuzaine authored
two more fl_ask -> fl_choice
-
- May 09, 2005
-
-
Jean-François Remacle authored
-
- May 06, 2005
-
-
Jean-François Remacle authored
-
- May 04, 2005
-
-
Jean-François Remacle authored
-
- May 02, 2005
-
-
Jean-François Remacle authored
-
- Apr 28, 2005
-
-
Christophe Geuzaine authored
initialize bds=0 by default, so that at least the code does not crash when doing normal things ;-)
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
removed "interactive aniso contruction" option from the GUI (to make some \ space for the "quad algorithm" option in the panel)
-
Jean-François Remacle authored
-
- Apr 25, 2005
-
-
Christophe Geuzaine authored
add link to pdf tutorial
-
- Apr 22, 2005
-
-
Christophe Geuzaine authored
typo
-
Jean-François Remacle authored
-
- Apr 21, 2005
-
-
Jean-François Remacle authored
-
- Apr 20, 2005
-
-
Christophe Geuzaine authored
remove the '-bin' for getdp post-pro (for patrick)
-
- Apr 19, 2005
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
link to GUI tutorial
-
Christophe Geuzaine authored
force focus on OpenGL window when adding points
-
- Apr 15, 2005
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
- Apr 13, 2005
-
-
Christophe Geuzaine authored
-
- Apr 12, 2005
-
-
Christophe Geuzaine authored
- fixed a couple of warnings - JF: bds.classify crashes in recur_tag on simple examples (demos/sphere-stl.stl)
-
- Apr 11, 2005
-
-
Jean-François Remacle authored
-
- Apr 06, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
small script to test handling of many (e.g. 5000) views
-
Christophe Geuzaine authored
Changed the initial allocation from liste->nmax = ((n - 1) / liste->incr + 1) * liste->incr, which does not allow us to allocate lists smaller than iste->incr, to liste->nmax = n; With this change, when we do "List_Create(1, N, sizeof(blah))", we initially only allocate sizeof(blah) instead of N*sizeof(blah).
-
Christophe Geuzaine authored
fixed memory leak introduced when I added support for curved elements
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- changed "View.ArrowLocation" into "View.GlyphLocation" (this way we can also use this option to display the numeric values at the nodes, instead of displaying always at the barycenter) - changed the numeric display of vectors (display the 3 omponents instead of the norm)
-