Commit Graph

14 Commits

Author SHA1 Message Date
Stephen M. McQuay 285c6c7254 First functioning pass at connectivity.
- added unittests (passing)
    - updated run script to take int for number of subds
2012-07-13 15:33:24 -06:00
Stephen M. McQuay 2b3ab866b2 removed julython test file 2012-07-13 08:43:36 -06:00
Stephen M. McQuay 3f927477e9 added unittest to verify good connectivity generation; should be failing tests 2012-07-13 08:43:08 -06:00
Stephen M. McQuay 70f274e96c test push to julython 2012-07-11 10:17:15 -06:00
Stephen M. McQuay 6b21fd80cb changed import so it would work 2012-06-08 11:57:22 -06:00
Stephen M. McQuay 7559887e0f update tests to unittest2 (or unittest py2.7) 2012-06-08 11:47:19 -06:00
Stephen M. McQuay d05b5164b2 Updated files to support py3 2012-05-29 17:33:28 -06:00
Stephen M. McQuay dd6148ef52 fixed some pep8 violations 2012-05-16 00:00:58 -06:00
Stephen M. McQuay 1a317781cf added real tests to the subd.cc.TestCC class 2012-05-15 23:51:48 -06:00
Stephen M. McQuay 71f99ba58d added meaningful subd vert test 2012-05-15 22:57:44 -06:00
Stephen M. McQuay 66a688fa75 added another Vertex division test 2012-05-15 17:25:11 -06:00
Stephen M. McQuay 198a7d7ca8 Fixed bug in my CC implementation
- Wasn't calculating faces for a give original vert correctly
    - vertices generated by surf.subd.cc.refine look about right
    - still missing edge and face connectivity
2012-05-09 09:24:26 -06:00
Stephen M. McQuay ba1ec89c27 In the middle of implementing Catmull-Clark 2012-05-09 00:32:34 -06:00
Stephen M. McQuay fef3609399 moved tests to be submodule of surf 2012-05-07 23:17:46 -06:00