README 323 B

123456789101112131415161718
  1. This is a simple GLUT-based example that shows how to use igl's trackball.h
  2. function.
  3. To compile:
  4. make
  5. Usage:
  6. ./example
  7. or
  8. ./example [positive speed factor]
  9. Interaction:
  10. Drag on screen to use trackball
  11. Press SPACE to change shape
  12. Example #1:
  13. # use a speed factor of 2: twice as fast trackball
  14. ./example 2