TODOs.txt 1.1 KB

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