TODOs.txt 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. - `align_and_center_object` continues to zoom out on repeated calls
  2. - data.lines, data.points should not concatenate colors with coordinates
  3. - snap to canonical recenters origin but trackball does not
  4. - rewrite in libigl style
  5. - separate various class into their own .h/.cpp pairs
  6. - remove use of double underscores (http://stackoverflow.com/a/224420/148668)
  7. - document inputs and outputs to all functions
  8. - document all member fields
  9. - document all classes
  10. - light direction is backwards
  11. - remove global variables (not threadsafe)
  12. - encapsulate (in igl namespace) and move static/global functions, use lambdas?
  13. - preface macros with "IGL_"
  14. - trackball mouseup captured by tweakbar
  15. - zoom with pan rather than scaling
  16. - refresh draw while resizing
  17. - use constructor initializer list rather than complicated constructor
  18. + snap to canonical view key shortcut is not working
  19. + resize TwBar with window
  20. + trackball should be able to drag over TwBar
  21. + don't zoom on horizontal scale
  22. + remove global `using namespace std`
  23. + remove `#define IGL_HEADER_ONLY`
  24. + guard `#undef max`
  25. + fix all -Wsign-compare
  26. + missing `#include <iostream>`
  27. + missing `#include <fstream>`
  28. + fix all -Wunused-but-set-variable
  29. + makefile for libiglviewer.a
  30. + Viewer.h should include Viewer.cpp
  31. + depth test for overlays cannot be disabled