From: Gerardo H. <ma...@us...> - 2006-12-26 16:58:56
|
Update of /cvsroot/jrman/drafts/sampleData In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17387/sampleData Modified Files: curves.rib Log Message: Implemented "N" twisting for linear curves. Index: curves.rib =================================================================== RCS file: /cvsroot/jrman/drafts/sampleData/curves.rib,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** curves.rib 25 Dec 2006 19:17:58 -0000 1.3 --- curves.rib 26 Dec 2006 16:58:47 -0000 1.4 *************** *** 35,39 **** Curves "linear" [3] "nonperiodic" "P" [-3 -3 0 0 -3 0 3 -3 0] ! "N" [0 1 1 0 2 0 0 1 -1] ! "width" [.025 .05 .025] WorldEnd --- 35,39 ---- Curves "linear" [3] "nonperiodic" "P" [-3 -3 0 0 -3 0 3 -3 0] ! "N" [0 0 1 0 1 0 0 0 -1] ! "width" [.25 .5 .25] WorldEnd |