Skip to content
Snippets Groups Projects
  1. Oct 03, 2002
  2. Sep 20, 2002
    • Christophe Geuzaine's avatar
      Accelerate (a little bit) the default path for surface mesh · c2aafb47
      Christophe Geuzaine authored
      drawing. We are still very slow, though:
      
      - we should preprocess the mesh to draw large triangle/line strips
      - we should store the normals (and NOT IN A SET!!)
      - we should store the elements in a structure allowing a faster traversal
      - we should do all this in single precision
      
      The same remarks apply for the post-processing stuff. Worse, in
      post-pro, due to Get_Coord and SaturateValues, we basically copy ALL
      THE DATA SET at least one per drawing, even when we don't have to (no
      Raise/Offset/Saturate)... This is horrible, and makes us lose all the
      advantage of the fast list_PointerFast stuff I designed in the forst
      place. Ahhh, the cost of generality...
      c2aafb47
  3. Sep 06, 2002
  4. Aug 06, 2002
  5. Jun 23, 2002
  6. May 30, 2002
  7. May 20, 2002
  8. May 18, 2002
  9. Apr 26, 2002
  10. Apr 23, 2002
  11. Apr 06, 2002
  12. Mar 12, 2002
  13. Feb 27, 2002
  14. Feb 16, 2002
  15. Feb 12, 2002
  16. Feb 05, 2002
  17. Feb 01, 2002
  18. Jan 24, 2002
  19. Jan 23, 2002
  20. Jan 03, 2002
  21. Dec 16, 2001
  22. Dec 12, 2001
  23. Dec 06, 2001
  24. Dec 05, 2001
  25. Dec 04, 2001
Loading