Commit Graph
13 Commits
Author SHA1 Message Date
Alec Jacobson 0640f41c49 compile tutorial with namespace
Former-commit-id: 6643b9a67c
2015-06-17 11:25:29 -04:00
James Andrews b3dec910b7 fix check for command line args: if(argc>=1) -> if(argc>1)
Former-commit-id: 44b9537081
2015-05-14 13:02:44 -07:00
Alec Jacobson 7ab91d7aa8 better file handling
Former-commit-id: ae9dd3831f
2015-04-15 08:40:04 -04:00
Daniele Panozzo d8dd116b18 - removed wrappers from viewer.h
- fixed links in tutorial.md
- uploaded compiled tutorial.html


Former-commit-id: 65d308d851
2014-07-02 14:43:58 +02:00
Alec Jacobson 466530002c key_down usages for all examples 200-406
Former-commit-id: 6a7c38b6dc
2014-07-01 22:43:54 -04:00
Daniele Panozzo eb2279fdbb tutorial compilation fixes
Former-commit-id: ae620d83d0
2014-06-30 00:02:02 +02:00
Daniele Panozzo 810b85925e fixed path in cmake
Former-commit-id: 85a531efc2
2014-06-27 13:11:30 +02:00
Daniele Panozzo 2fed41c240 - fixed all compilation errors in the tutorials
- added global cmake file to compile all tutorials


Former-commit-id: d47d66c347
2014-06-25 15:43:27 +02:00
Alec Jacobson b5b080861c MASSMATRIX_* --> MASSMATRIX_TYPE_*
Former-commit-id: b0a1e235df
2014-06-24 20:23:19 -04:00
Alec Jacobson cac3b04a2a Gradient example
Former-commit-id: ded5fc4186
2014-06-20 19:05:46 -04:00
Alec Jacobson 9af8e5234a cleanup new code mess enough to compile
Former-commit-id: d35a417d6c
2014-06-20 15:08:14 -04:00
Alec Jacobson 450d22530b clean up principal curvature example
Former-commit-id: 15a0c8f549
2014-06-20 11:45:27 -04:00
Daniele Panozzo f692781ff9 - added tutorial for principal curvature directions
- fixed bug in viewer for line rendering
- renamed draw overlay functions to add


Former-commit-id: 0a556f42c9
2014-06-18 20:03:40 +02:00