I am looking for a way to draw 3D lines with changing width. I know that i can create triangles, as in the following tutorial: http://www.merowing.info/2012/04/drawing-smooth-lines-with-cocos2d-ios-inspired-by-paper/#.U1K6-Oa28rf
However, it will not look good in 3D when camera is rotated. Is there a good way to draw 3D lines with changing width?