Skip to content
Snippets Groups Projects
  1. Feb 20, 2004
    • Christophe Geuzaine's avatar
      · 0ffbe362
      Christophe Geuzaine authored
      More "airplane" work...
      
      - rewrote the way we handle lights: glEnable(GL_LIGHTING) is now used
        at the lowest level, where it belongs. This fixes many lighting
        glitches, and should make the whole stuff much more predictable;
      
      - simplified the display modes for geometry and mesh: the choice
        between wireframe/solid is now independent of the choice of
        lighting/no lighting (and there is a new "Enable lighting" option
        for the geometry, too--even if it does only affect things like
        normals/tangents at the moment);
      
      - brand new code to draw really nice (shaded) 3D arrows + 3 options
        that fully parameterize them (they can degenerate into pyramids,
        cones, w/ or w/o stems, etc.);
      
      - new options so that we can also use the new arrows outside the
        post-processing module (e.g. for tangents/normals).
      
      - "alt+d" now simply switches between solid and wireframe mode;
      
      - new shortcut "alt+w" to switch the lighting mode for all the modules
        (geo/mesh + all post views) at once.
      0ffbe362
  2. Feb 07, 2004
  3. Jun 23, 2003
    • Christophe Geuzaine's avatar
      · 30b07a7f
      Christophe Geuzaine authored
      Add DisplacementFactor option + rename ArrowScale->ArrowSize and
      ArrowType->VectorType
      30b07a7f
  4. Jun 15, 2003
  5. Apr 19, 2003
    • Christophe Geuzaine's avatar
      · 095ac853
      Christophe Geuzaine authored
      Corrections apres relecture / part 1
      095ac853
  6. Apr 16, 2003
    • Christophe Geuzaine's avatar
      · 11758ffb
      Christophe Geuzaine authored
      More work on chapters 1 and 2. Should be mostly OK now.
      11758ffb
    • Christophe Geuzaine's avatar
      · e312a5bf
      Christophe Geuzaine authored
      Major rewrite of the Overview section + web page
      e312a5bf
  7. Apr 15, 2003
  8. Apr 14, 2003
    • Christophe Geuzaine's avatar
      · 1a2269ad
      Christophe Geuzaine authored
      Added "gmsh -doc" to automatically generate the texinfo documentaion
      for all the options.
      1a2269ad
Loading