TODOs.txt 1.3 KB

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