From: Gerardo H. <ma...@us...> - 2006-12-26 17:26:24
|
Update of /cvsroot/jrman/drafts/sampleData In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28305/sampleData Modified Files: curves.rib Log Message: Implemented "N" twisting for cubic curves. Index: curves.rib =================================================================== RCS file: /cvsroot/jrman/drafts/sampleData/curves.rib,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** curves.rib 26 Dec 2006 16:58:47 -0000 1.4 --- curves.rib 26 Dec 2006 17:26:18 -0000 1.5 *************** *** 1,5 **** Display "curves.png" "framebuffer" "rgb" PixelFilter "gaussian" 2 2 ! Format 1000 750 1 PixelSamples 8 8 Exposure 1 1.8 --- 1,5 ---- Display "curves.png" "framebuffer" "rgb" PixelFilter "gaussian" 2 2 ! Format 800 600 1 PixelSamples 8 8 Exposure 1 1.8 *************** *** 37,39 **** --- 37,43 ---- "N" [0 0 1 0 1 0 0 0 -1] "width" [.25 .5 .25] + Curves "cubic" [4] "nonperiodic" + "P" [-3 0 0 -3 2 0 -2 2 0 -2 3 0] + "N" [0 0 -1 -1 0 0] + "constantwidth" [.4] WorldEnd |